Skip to content

Commit

Permalink
Adding scipy to pip dependencies (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Jun 23, 2021
1 parent 07a8faf commit 1960d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
long_description = f.read()

install_requires = ["xarray>=0.14.1", "dask", "numpy"]
install_requires = ["xarray>=0.14.1", "dask", "numpy", "scipy"]
doc_requires = [
"sphinx",
"sphinxcontrib-srclinks",
Expand Down

0 comments on commit 1960d26

Please sign in to comment.