Skip to content

Commit

Permalink
Use xarray main instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 21, 2024
1 parent bd889ec commit 7ae731e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ci/env-numpy1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ dependencies:
- numba
- numbagg>=0.3
- hypothesis
- xarray
- pip:
- git+https://github.com/dcherian/xarray.git
3 changes: 2 additions & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ dependencies:
- pytest-pretty
- pytest-xdist
- syrupy
- xarray
- pre-commit
- numpy_groupies>=0.9.19
- pooch
- toolz
- numba
- numbagg>=0.3
- hypothesis
- pip:
- git+https://github.com/dcherian/xarray.git
3 changes: 2 additions & 1 deletion ci/no-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies:
- toolz
- numba
- numbagg>=0.3
- xarray
- pip:
- git+https://github.com/dcherian/xarray.git
3 changes: 2 additions & 1 deletion ci/no-numba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ dependencies:
- pytest-pretty
- pytest-xdist
- syrupy
- xarray
- pre-commit
- numpy_groupies>=0.9.19
- pooch
- toolz
- pip:
- git+https://github.com/dcherian/xarray.git

0 comments on commit 7ae731e

Please sign in to comment.