Skip to content

Commit

Permalink
bump numpy and scipy requirements to resolve KrishnaswamyLab/phateR#16
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jun 28, 2018
1 parent e29ebeb commit c20263d
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.10.0
scipy>=0.18.0
numpy>=1.14.0
scipy>=1.1.0
pygsp>=>=0.5.1
scikit-learn>=0.19.1
future
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.10.0',
'scipy>=0.18.0',
'numpy>=1.14.0',
'scipy>=1.1.0',
'pygsp>=0.5.1',
'scikit-learn>=0.19.1',
'future',
Expand Down

0 comments on commit c20263d

Please sign in to comment.