Skip to content

Commit

Permalink
Release 2022.12.3 (#11)
Browse files Browse the repository at this point in the history
bump version and allow lower geopandas
  • Loading branch information
LukeWeidenwalker authored Dec 5, 2022
1 parent 15ce816 commit b8c3c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openeo_processes_dask/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2022.12.2"
__version__ = "2022.12.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-processes-dask"
version = "2022.12.2"
version = "2022.12.3"
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>"]
license = "Apache 2.0"
Expand All @@ -21,7 +21,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.9,<3.10"
geopandas = ">=0.12.1,<1"
geopandas = ">=0.11.1,<1"
xarray = ">=2022.11.0"
dask = {extras = ["array"], version = ">=2022.11.1"}
rasterio = "^1.3.4"
Expand Down

0 comments on commit b8c3c9f

Please sign in to comment.