Skip to content

Commit

Permalink
exclude scipy 1.3.0 for np.broadcast_arrays issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Aug 8, 2019
1 parent d55694f commit 8046469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.14.0
scipy>=1.1.0
scipy>=1.1.0,!=1.3.0
pygsp>=>=0.5.1
scikit-learn>=0.20.0
future
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit 8046469

Please sign in to comment.