Skip to content

Commit

Permalink
Cubed fixes (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored Jan 16, 2025
1 parent df81a8d commit cb5d203
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flox-doc
channels:
- conda-forge
dependencies:
- cubed>=0.14.3
- cubed>=0.20.0
- cubed-xarray
- dask-core
- pip
Expand Down
2 changes: 1 addition & 1 deletion ci/env-numpy1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cachey
- cftime
- codecov
- cubed>=0.14.3
- cubed>=0.20.0
- dask-core
- pandas
- numpy<2
Expand Down
4 changes: 2 additions & 2 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cachey
- cftime
- codecov
- cubed>=0.14.3
- cubed>=0.20.0
- dask-core
- pandas
- numpy>=1.22
Expand All @@ -27,4 +27,4 @@ dependencies:
- numbagg>=0.3
- hypothesis
- xarray
- zarr<3 # unpin when cubed is fixed.
- zarr
1 change: 0 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,6 @@ def test_group_by_datetime(engine, method):
assert_equal(expected, actual)


@pytest.mark.xfail
@requires_cubed
@pytest.mark.parametrize("method", ["blockwise", "map-reduce"])
def test_group_by_datetime_cubed(engine, method):
Expand Down

0 comments on commit cb5d203

Please sign in to comment.