Skip to content

Commit

Permalink
Switched setup.py numpy requirement to >=1.15 as I don't think 1.17 t…
Browse files Browse the repository at this point in the history
…ests were working
  • Loading branch information
Greg Blumberg committed Dec 1, 2019
1 parent c15f9d7 commit 02a0f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
include_package_data = True

#install_requires = []
install_requires = ['python-dateutil', 'requests', 'numpy==1.15.*', 'qtpy']
install_requires = ['python-dateutil', 'requests', 'numpy>=1.15', 'qtpy']
# Because pip doesn't recognize it when PySide is installed by conda from conda-forge
# Try to import PySide. If it fails, add the PySide to the install_requires
# Because of this, the conda meta.yaml will require PySide to build SHARPpy
Expand Down

0 comments on commit 02a0f3f

Please sign in to comment.