Skip to content

Commit

Permalink
dask distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter committed Oct 1, 2024
1 parent 3f8ff66 commit 9753edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python = ">=3.10,<3.12"
geopandas = { version = ">=0.11.1,<1", optional = true }
pandas = { version = ">=2.0.0", optional = true }
xarray = { version = ">=2022.11.0,<=2024.3.0", optional = true }
dask = {extras = ["array", "dataframe"], version = ">=2023.4.0", optional = true}
dask = {extras = ["array", "dataframe", "distributed"], version = ">=2023.4.0", optional = true}
rasterio = { version = "^1.3.4", optional = true }
dask-geopandas = { version = ">=0.2.0,<1", optional = true }
xgboost = { version = ">=1.5.1", optional = true }
Expand Down

0 comments on commit 9753edc

Please sign in to comment.