Skip to content

Commit

Permalink
modified the requirement package match specifications to follow the g…
Browse files Browse the repository at this point in the history
…uideline here #1
  • Loading branch information
hans-permana committed Mar 1, 2017
1 parent 79878d1 commit 2ee8a58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions installer/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ channels:
- https://conda.anaconda.org/dedop

specs:
- python 3.5*
- cate-util 0.7.0*
- python >=3.5,<3.6
- cate-util 0.7.0* # need to be modified to using '>' or '<' after there is an official release of this lib
- dedop
- conda
- jupyter
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ source:

requirements:
build:
- python 3.5*
- python >=3.5,<3.6
- setuptools
- pytest
- pytest-cov

run:
- python 3.5*
- cate-util 0.7.0*
- python >=3.5
- cate-util 0.7.0* # need to be modified to using '>' or '<' after there is an official release of this lib
- numpy
- scipy
- netcdf4
Expand Down

0 comments on commit 2ee8a58

Please sign in to comment.