Skip to content

Commit

Permalink
Exclude buggy xarray versions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Nov 28, 2021
1 parent 5134cdb commit 16f9d7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- pytest-cov
- pytest-sugar
- wrf-python
- xarray>=0.18
- xarray>=0.18,!=0.20.0,!=0.20.1
- pip:
- -r ../requirements.txt
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- sphinx-comments
- sphinx-copybutton
- sphinx-inline-tabs
- xarray
- xarray>=0.18,!=0.20.0,!=0.20.1
- sphinx-autobuild
- pip:
- sphinxext-opengraph
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
netCDF4>=1.5.5
xarray>=0.18
xarray>=0.18,!=0.20.0,!=0.20.1

0 comments on commit 16f9d7a

Please sign in to comment.