Skip to content

Commit

Permalink
Update conda recipe with conda_build_config
Browse files Browse the repository at this point in the history
Use to set specific python/numpy versions to build
  • Loading branch information
mliu49 committed Dec 16, 2019
1 parent cca8244 commit 8262f7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python:
- 3.7
numpy:
- 1.15

4 changes: 2 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ build:

requirements:
build:
- python >=3.7
- python
run:
- python >=3.7
- python

about:
home: http://github.com/ReactionMechanismGenerator/RMG-database
Expand Down

0 comments on commit 8262f7e

Please sign in to comment.