Skip to content

Commit

Permalink
Temporarily mark pseudonetcdf-3.1 as incompatible (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Oct 20, 2019
1 parent 0f7ab0e commit 9886e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- pandas
- pint
- pip
- pseudonetcdf
- pseudonetcdf<3.1 # FIXME https://github.com/pydata/xarray/issues/3409
- pydap
- pynio
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py37-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- pandas
- pint
- pip
- pseudonetcdf
- pseudonetcdf<3.1 # FIXME https://github.com/pydata/xarray/issues/3409
- pydap
# - pynio # Not available on Windows
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- pandas
- pint
- pip
- pseudonetcdf
- pseudonetcdf<3.1 # FIXME https://github.com/pydata/xarray/issues/3409
- pydap
- pynio
- pytest
Expand Down

0 comments on commit 9886e3c

Please sign in to comment.