Skip to content

Commit c78e873

Browse files
committed
Use xarray main instead
1 parent bd889ec commit c78e873

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

ci/env-numpy1.yml

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

ci/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ dependencies:
1919
- pytest-pretty
2020
- pytest-xdist
2121
- syrupy
22-
- xarray
2322
- pre-commit
2423
- numpy_groupies>=0.9.19
2524
- pooch
2625
- toolz
2726
- numba
2827
- numbagg>=0.3
2928
- hypothesis
29+
- pip:
30+
- git+https://github.com/dcherian/xarray.git@flox-preserve-dtype

ci/no-dask.yml

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

ci/no-numba.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ dependencies:
1919
- pytest-pretty
2020
- pytest-xdist
2121
- syrupy
22-
- xarray
2322
- pre-commit
2423
- numpy_groupies>=0.9.19
2524
- pooch
2625
- toolz
26+
- pip:
27+
- git+https://github.com/dcherian/xarray.git@flox-preserve-dtype

0 commit comments

Comments
 (0)