Skip to content

Commit 0683aae

Browse files
authored
Merge pull request #100 from ClimateImpactLab/drop_daskdistributed
Drop explicit distributed, dask-kubernetes
2 parents 9d524c8 + 62d7646 commit 0683aae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

HISTORY.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ History
99
* Add precipitation unit conversion to ``standardize_gcm``. (PR #94, @dgergel)
1010
* Add ``astype`` argument to ``regrid``. (PR #92, @brews)
1111
* Make ``dodola`` container's default CMD. (PR #90, @brews)
12-
* Add ``dask-kubernetes``, ``distributed`` to container environment. (PR #90, @brews)
1312
* Improve subprocess and death handling in Docker container. (PR #90, @brews)
1413
* Fix bug in train_quantiledeltamapping accounting for endpoints. (#87, @brews)
1514

environment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ channels:
44
dependencies:
55
- adlfs=0.7.5 # Prevent azure blob errors, not hard req.
66
- dask=2021.6.0
7-
- distributed=2021.6.0 # Not direct dodola dependency. Used in prototypes.
8-
- dask-kubernetes=2021.3.1 # Not direct dodola dependency. Used in prototypes.
97
- click=8.0.1
108
- cftime=1.5.0
119
- fsspec=2021.5.0 # Prevent azure blob errors, not hard req.

0 commit comments

Comments
 (0)