Skip to content

Commit

Permalink
Updated conda recipe to include PySide 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 12, 2019
1 parent f340292 commit 7bc3147
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
- pyside
- python>=3.4
- pyside2=5.13.*
- pip
run:
- python >=3.4
- python>=3.4
- numpy={{ os.environ.get('NUMPY_VERSION', '1.15') }}
- pyside
- pyside2=5.13.*
- requests
- python-dateutil

Expand Down

0 comments on commit 7bc3147

Please sign in to comment.