Skip to content

Commit 181b7b5

Browse files
update tag pyproject.toml
1 parent 1db3c67 commit 181b7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openeo-processes-dask"
3-
version = "2025.4.1"
3+
version = "2025.4.2"
44
description = "Python implementations of many OpenEO processes, dask-friendly by default."
55
authors = ["Lukas Weidenholzer <lukas.weidenholzer@eodc.eu>", "Sean Hoyal <sean.hoyal@eodc.eu>", "Valentina Hutter <valentina.hutter@eodc.eu>"]
66
maintainers = ["EODC Staff <support@eodc.eu>"]
@@ -30,7 +30,7 @@ xarray = { version = ">=2022.11.0,<=2024.3.0", optional = true }
3030
dask = {extras = ["array", "dataframe", "distributed"], version = ">=2023.4.0,<2025.2.0", optional = true}
3131
rasterio = { version = "^1.3.4", optional = true }
3232
dask-geopandas = { version = "0.4.3", optional = true }
33-
xgboost = { version = ">=1.5.1,<2.0", optional = true }
33+
xgboost = { version = ">=1.5.1,<2.1.4", optional = true }
3434
rioxarray = { version = ">=0.12.0,<1", optional = true }
3535
openeo-pg-parser-networkx = { version = ">=2024.7", optional = true }
3636
odc-geo = { version = ">=0.4.1,<1", optional = true }

0 commit comments

Comments
 (0)