Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add missing numpy version update
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 committed Apr 3, 2019
1 parent ccfad91 commit 354d8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cpplint==1.3.0
h5py==2.8.0rc1
nose
nose-timer
numpy<=1.15.2,>=1.8.2
numpy>1.16.0
pylint==1.8.3
requests<2.19.0,>=2.18.4
scipy==1.0.1
2 changes: 1 addition & 1 deletion tools/pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def has_ext_modules(self):


DEPENDENCIES = [
'numpy<1.15.0,>=1.8.2',
'numpy>1.16.0',
'requests>=2.20.0',
'graphviz<0.9.0,>=0.8.1'
]
Expand Down

0 comments on commit 354d8f2

Please sign in to comment.