Skip to content

Commit

Permalink
Fix the recipe to build versions with specific python versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Burnell committed Sep 8, 2020
1 parent 18696a3 commit 7ea3217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
git_tag: v0.9.7
git_url: https://github.com/stonerlab/Stoner-PythonCode.git
build:
number: 0
number: 1
script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt

requirements:
Expand All @@ -37,6 +37,7 @@ requirements:
- multiprocess>=0.70
- dill>=0.2.8
run:
- python
- cycler>=0.10.0
- filemagic>=1.6
- h5py>=2.7.0
Expand Down

0 comments on commit 7ea3217

Please sign in to comment.