Skip to content

Commit

Permalink
Bump Version, add joblib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Walter Irsiegler authored and Gerald Walter Irsiegler committed Jan 22, 2024
1 parent 7ab83f9 commit 1431e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-processes-dask"
version = "2023.11.6"
version = "2024.1.1"
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 Down Expand Up @@ -39,6 +39,7 @@ pystac_client = { version = ">=0.6.1", optional = true }
planetary_computer = { version = ">=0.5.1", optional = true }
scipy = "^1.11.3"
xvec = { version = ">=0.1.0", optional = true }
joblib = "^1.3.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit 1431e88

Please sign in to comment.