Skip to content

Commit 63716ac

Browse files
committed
[GEOPY-2049] update comment about dask[distributed] for conda
1 parent 175d645 commit 63716ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ include = [
3030
[tool.poetry.dependencies]
3131
python = "^3.10"
3232

33-
dask-core = {version = "2025.3.*"} # also in simpeg[dask]
33+
dask-core = "2025.3.*" # also in simpeg[dask]
3434
discretize = "0.11.*" # also in simpeg, octree-creation-app
35-
distributed = "2025.3.*" # because conda-lock doesn't take dask extras into account
35+
distributed = "2025.3.*" # conda needs explicit dask-core etc for equivalent dask[distributed]
3636
numpy = "~1.26.0" # also in geoh5py, simpeg
3737
pydantic = "^2.5.2" # also in geoh5py, curve-apps, geoapps-utils
3838
scikit-learn = "~1.4.0"

0 commit comments

Comments
 (0)