Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Issue #5: just depend on dask[array]
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 8, 2020
1 parent 6e36722 commit 44931e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package_dir =
# Add here dependencies of your project (semicolon-separated), e.g.
# install_requires = numpy; scipy
install_requires =
dask[complete]
dask[array]
numpy
xarray
xarray-extras
Expand Down
2 changes: 1 addition & 1 deletion src/openeo_processes/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import xarray
import dask
import dask.array
import datetime
import re
import numpy as np
Expand Down

0 comments on commit 44931e0

Please sign in to comment.