Skip to content

Commit

Permalink
no longer need to restrict numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Aug 9, 2019
1 parent c71292a commit 7ec05c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.17.0
scipy>=1.3.1
numpy>=1.14.0
scipy>=1.1.0
pygsp>=>=0.5.1
scikit-learn>=0.20.0
future
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from setuptools import setup

install_requires = [
'numpy>=1.17.0',
'scipy>=1.3.1',
'numpy>=1.14.0',
'scipy>=1.1.0',
'pygsp>=0.5.1',
'scikit-learn>=0.20.0',
'future',
Expand Down

0 comments on commit 7ec05c6

Please sign in to comment.