From 8262f7e6fb16008b1844901c0a52ba52d5733344 Mon Sep 17 00:00:00 2001 From: Max Liu Date: Mon, 16 Dec 2019 18:08:10 -0500 Subject: [PATCH] Update conda recipe with conda_build_config Use to set specific python/numpy versions to build --- .conda/conda_build_config.yaml | 5 +++++ .conda/meta.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .conda/conda_build_config.yaml diff --git a/.conda/conda_build_config.yaml b/.conda/conda_build_config.yaml new file mode 100644 index 0000000000..4fe9a38c7b --- /dev/null +++ b/.conda/conda_build_config.yaml @@ -0,0 +1,5 @@ +python: + - 3.7 +numpy: + - 1.15 + diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 1dbf16c764..1c9156fa5c 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -11,9 +11,9 @@ build: requirements: build: - - python >=3.7 + - python run: - - python >=3.7 + - python about: home: http://github.com/ReactionMechanismGenerator/RMG-database