Skip to content

Commit

Permalink
Do not depend on full dask (use leaner dask-core, same as feedstock)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Oct 21, 2023
1 parent 768e6b9 commit e78759b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ outputs:
- appdirs >=1.4.4
- cachey >=0.2.1
- certifi >=2020.6.20
- dask >=2.15.0,!=2.28.0
# Do not depend on base "dask" package since it pulls
# in the distributed dependency
# conda-forge doesn't have the dask-array subpackage
# so depend on cytoolz and numpy manually
- dask-core>=2.15.0,!=2.28.0
- cytoolz >=0.11.0
- imageio >=2.20,!=2.22.1
- jsonschema >=3.2.0
- lazy_loader >=0.2
Expand Down

0 comments on commit e78759b

Please sign in to comment.