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

Commit

Permalink
Merge pull request #8 from soxofaan/issue5-dask-array
Browse files Browse the repository at this point in the history
Issue #5: just depend on dask[array]
  • Loading branch information
lforesta authored Sep 9, 2020
2 parents 6e36722 + 44931e0 commit 787c93e
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 787c93e

Please sign in to comment.