Skip to content

Commit e17e6a3

Browse files
committed
env update
1 parent 23e87b7 commit e17e6a3

File tree

3 files changed

+5
-42
lines changed

3 files changed

+5
-42
lines changed

ci/envs/39-minimal.yaml renamed to ci/envs/310-minimal.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ channels:
33
- conda-forge
44
dependencies:
55
# required dependencies
6-
- python=3.9
6+
- python=3.10
77
- numpy=1.23
8-
- dask=2022.06.0
9-
- distributed=2022.06.0
8+
# - dask=2025.1.0 # TODO: update this once released
9+
# - distributed=2025.1.0
1010
- geopandas=0.12
1111
- pandas=1.5.3
1212
- shapely=2.0
@@ -22,3 +22,5 @@ dependencies:
2222
- pip
2323
- pip:
2424
- pymorton
25+
- git+https://github.com/dask/dask.git@main
26+
- git+https://github.com/dask/distributed.git@main

ci/envs/310-no-optional-deps.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

ci/envs/311-no-expr.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)