Skip to content

Commit

Permalink
Add: Workspace extension specs (#288)
Browse files Browse the repository at this point in the history
* Add: Workspace extension specs

* bump: version
  • Loading branch information
GeraldIr authored Oct 30, 2024
1 parent 1011a6c commit 97058b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = "2024.10.2"
version = "2024.10.3"
description = "Python implementations of many OpenEO processes, dask-friendly by default."
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>"]
maintainers = ["EODC Staff <[email protected]>"]
Expand Down Expand Up @@ -39,7 +39,7 @@ 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.1.0", optional = true }
xvec = { version = "0.2.0", optional = true }
joblib = { version = ">=1.3.2", optional = true }
geoparquet = "^0.0.3"
pyarrow = "^15.0.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_aggregate_temporal_period_numpy_equals_dask(


@pytest.mark.parametrize("size", [(30, 30, 30, 3)])
@pytest.mark.parametrize("dtype", [np.int8])
@pytest.mark.parametrize("dtype", [np.float32])
def test_aggregate_spatial(
random_raster_data,
bounding_box,
Expand Down

0 comments on commit 97058b2

Please sign in to comment.