Skip to content

Commit

Permalink
Fix envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Apr 7, 2023
1 parent 208eaf4 commit 06367f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- dask-core
- pip
- xarray
- xarray>2022
- numpy>=1.20
- numpydoc
- numpy_groupies>=0.9.19
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- xarray
- xarray>2022
- pre-commit
- numpy_groupies>=0.9.19
- pooch
Expand Down
2 changes: 1 addition & 1 deletion ci/no-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- xarray
- xarray>2022
- numpydoc
- pre-commit
- numpy_groupies>=0.9.19
Expand Down

0 comments on commit 06367f4

Please sign in to comment.