Skip to content

Commit a7eb91f

Browse files
update pg-parser (#350)
1 parent daaf151 commit a7eb91f

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.9.5"
3+
version = "2025.10.1"
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>"]
@@ -32,7 +32,7 @@ rasterio = { version = "^1.3.4", optional = true }
3232
dask-geopandas = { version = "0.4.3", optional = true }
3333
xgboost = { version = ">=1.5.1,<2.1.4", optional = true }
3434
rioxarray = { version = ">=0.12.0,<1", optional = true }
35-
openeo-pg-parser-networkx = { version = ">=2025.9", optional = true }
35+
openeo-pg-parser-networkx = { version = ">=2025.10", optional = true }
3636
rqadeforestation = ">=0.1"
3737
odc-geo = { version = ">=0.4.1,<1", optional = true }
3838
stac_validator = { version = ">=3.3.1", optional = true }

0 commit comments

Comments
 (0)