Skip to content

Commit d6bdf0b

Browse files
authored
Back to Xarray release in CI (#414)
1 parent 29e9d34 commit d6bdf0b

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

ci/env-numpy1.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ dependencies:
2626
- numba
2727
- numbagg>=0.3
2828
- hypothesis
29-
- pip:
30-
- git+https://github.com/dcherian/xarray.git
29+
- xarray

ci/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dependencies:
2626
- numba
2727
- numbagg>=0.3
2828
- hypothesis
29-
- pip:
30-
- git+https://github.com/dcherian/xarray.git
29+
- xarray
30+
- zarr<3 # unpin when cubed is fixed.

ci/no-dask.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ dependencies:
2121
- toolz
2222
- numba
2323
- numbagg>=0.3
24-
- pip:
25-
- git+https://github.com/dcherian/xarray.git
24+
- xarray

ci/no-numba.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ dependencies:
2323
- numpy_groupies>=0.9.19
2424
- pooch
2525
- toolz
26-
- pip:
27-
- git+https://github.com/dcherian/xarray.git
26+
- xarray

0 commit comments

Comments
 (0)