Skip to content

Commit

Permalink
Update to numpy >= 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Feb 25, 2019
1 parent bfdbf9f commit 19a56a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@
--only-binary numpy,h5py,scipy,PyQt4,PyQt5

# Required dependencies (from setup.py install_requires)
numpy >= 1.8
numpy >= 1.12
setuptools
h5py
fabio >= 0.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -903,7 +903,7 @@ def get_project_configuration(dry_run):
install_requires.append("enum34")
install_requires.append("futures")

setup_requires = ["setuptools", "numpy"]
setup_requires = ["setuptools", "numpy>=1.12"]

# extras requirements: target 'full' to install all dependencies at once
full_requires = [
Expand Down

0 comments on commit 19a56a0

Please sign in to comment.