Skip to content

Commit

Permalink
Fixed extra dependency in sharppy meta.yaml (qtpy)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent d9630a3 commit 49415ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ requirements:
build:
- setuptools
- python>=3.6
- qtpy
- pyside2>=5.12.*
- pip
run:
- python>=3.6
- numpy={{ os.environ.get('NUMPY_VERSION', '1.15') }}
- pyside2>=5.12.*
- qtpy
- requests
- python-dateutil
- certifi
Expand Down

0 comments on commit 49415ff

Please sign in to comment.