Skip to content

Commit

Permalink
Removed scipy from dependencies (#251)
Browse files Browse the repository at this point in the history
Scipy is listed as a dependency but does not appear to be used in payu.

Scipy depends on NumPy, which is a very large package, so we probably do
not want this to be installed.
  • Loading branch information
marshallward committed May 4, 2020
1 parent aed19ab commit 0380f18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'yamanifest',
'dateutil',
'tenacity',
'scipy',
],
install_requires=[
'f90nml >= 0.16',
Expand Down

0 comments on commit 0380f18

Please sign in to comment.