Skip to content

Commit

Permalink
Modifying dependencies for sharppy package
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent 7d51110 commit d9630a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ build:
requirements:
build:
- setuptools
- python>=3.4
- pyside2=5.13.*
- python>=3.6
- pyside2>=5.12.*
- pip
run:
- python>=3.4
- python>=3.6
- numpy={{ os.environ.get('NUMPY_VERSION', '1.15') }}
- pyside2=5.13.*
- pyside2>=5.12.*
- requests
- python-dateutil
- certifi
Expand Down

0 comments on commit d9630a3

Please sign in to comment.