Skip to content

Commit

Permalink
Merge pull request #170 from NoraLoose/remove-dask-dependency
Browse files Browse the repository at this point in the history
Remove dask dependency
  • Loading branch information
NoraLoose authored Sep 13, 2024
2 parents 23bc043 + e65ac2a commit a5a9430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ci/environment_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- numpy
- scipy
- xarray
- dask # necessary for basic_filtering.rst
- matplotlib
- numpydoc
- sphinx
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers =
[options]
zip_safe = False
install_requires =
dask
numpy
xarray
scipy
Expand Down

0 comments on commit a5a9430

Please sign in to comment.