Skip to content

Commit

Permalink
fix conda bug part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Chan committed Sep 18, 2018
1 parent 3b123f3 commit 168f3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requirements:
build:
- {{ compiler("c") }}
host:
- python >=3
- python ={{ MYCONDAPY }}
- numpy
- cython >=0.24.1
- setuptools
Expand All @@ -22,7 +22,7 @@ requirements:
- scipy
test:
requires:
- python >=3
- python ={{ MYCONDAPY }}
- nose
commands:
- conda inspect linkages iodata
Expand Down

0 comments on commit 168f3d6

Please sign in to comment.