Skip to content

Commit

Permalink
Updated meta.yaml with versions 1.17 for numpy and at least 3.6 for p…
Browse files Browse the repository at this point in the history
…ython
  • Loading branch information
wblumberg committed Feb 25, 2020
1 parent 7408fc3 commit ebb2637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda-recipe/meta.yaml
Expand Up @@ -23,13 +23,13 @@ build:
requirements:
build:
- setuptools
- python
- python>=3.6
- qtpy
- pyside2>=5.12.*
- pip
run:
- python
- numpy={{ os.environ.get('NUMPY_VERSION', '1.15') }}
- python>=3.6
- numpy={{ os.environ.get('NUMPY_VERSION', '1.17.*') }}
- pyside2>=5.12.*
- qtpy
- requests
Expand Down

0 comments on commit ebb2637

Please sign in to comment.