Skip to content

Commit

Permalink
update dependencies (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter authored May 21, 2024
1 parent f793602 commit d02965c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-processes-dask"
version = "2024.5.1"
version = "2024.5.2"
description = "Python implementations of many OpenEO processes, dask-friendly by default."
authors = ["Lukas Weidenholzer <lukas.weidenholzer@eodc.eu>", "Sean Hoyal <sean.hoyal@eodc.eu>", "Valentina Hutter <valentina.hutter@eodc.eu>"]
maintainers = ["EODC Staff <support@eodc.eu>"]
Expand All @@ -24,21 +24,21 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
geopandas = { version = "^0.13.0", optional = true }
geopandas = { version = ">=0.11.1,<1", optional = true }
xarray = { version = ">=2022.11.0", optional = true }
dask = {extras = ["array", "dataframe"], 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 }
rioxarray = { version = ">=0.12.0,<1", optional = true }
openeo-pg-parser-networkx = { version = ">=2023.5.1", optional = true }
odc-geo = { version = "^0.4.3", optional = true }
odc-geo = { version = ">=0.4.1,<1", optional = true }
stac_validator = { version = ">=3.3.1", optional = true }
stackstac = { version = ">=0.4.3", optional = true }
pystac_client = { version = ">=0.6.1", optional = true }
planetary_computer = { version = ">=0.5.1", optional = true }
scipy = "^1.11.3"
xvec = { version = "0.2.0", optional = true }
xvec = { version = ">=0.1.0", optional = true }
joblib = { version = ">=1.3.2", optional = true }
geoparquet = "^0.0.3"
pyarrow = "^15.0.2"
Expand Down

0 comments on commit d02965c

Please sign in to comment.