Skip to content

Commit

Permalink
Merge pull request #1492 from sphuber/fix_remove_explicit_scipy_depen…
Browse files Browse the repository at this point in the history
…dency

Remove the explicit dependency upper limit for scipy
  • Loading branch information
giovannipizzi authored May 8, 2018
2 parents 4569d8a + 01c9421 commit 659bd6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pytz==2014.10
pyyaml
qe-tools==1.1.0
reentry==1.2.0
scipy<1.0.0
seekpath==1.8.0
singledispatch >= 3.4.0.3
six==1.11.0
Expand Down
3 changes: 1 addition & 2 deletions setup_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
'pycrypto==2.6.1',
# Requirements for verdi shell (version of ipython non enforced, because
# there are people who still prefer version 4 rather than the latest)
'ipython<6.0',
'scipy<1.0.0' # At this moment the install of 1.0.0 release is broken
'ipython<6.0'
]

extras_require = {
Expand Down

0 comments on commit 659bd6b

Please sign in to comment.