We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175d645 commit 63716acCopy full SHA for 63716ac
1 file changed
pyproject.toml
@@ -30,9 +30,9 @@ include = [
30
[tool.poetry.dependencies]
31
python = "^3.10"
32
33
-dask-core = {version = "2025.3.*"} # also in simpeg[dask]
+dask-core = "2025.3.*" # also in simpeg[dask]
34
discretize = "0.11.*" # also in simpeg, octree-creation-app
35
-distributed = "2025.3.*" # because conda-lock doesn't take dask extras into account
+distributed = "2025.3.*" # conda needs explicit dask-core etc for equivalent dask[distributed]
36
numpy = "~1.26.0" # also in geoh5py, simpeg
37
pydantic = "^2.5.2" # also in geoh5py, curve-apps, geoapps-utils
38
scikit-learn = "~1.4.0"
0 commit comments