Skip to content

Commit 3bb0414

Browse files
mathausemax-sixty
authored andcommitted
unpin pseudonetcdf (#3496)
1 parent bb89534 commit 3bb0414

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/requirements/py36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- pandas
3030
- pint
3131
- pip
32-
- pseudonetcdf<3.1 # FIXME https://github.com/pydata/xarray/issues/3409
32+
- pseudonetcdf
3333
- pydap
3434
- pynio
3535
- pytest

ci/requirements/py37-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- pandas
3030
- pint
3131
- pip
32-
- pseudonetcdf<3.1 # FIXME https://github.com/pydata/xarray/issues/3409
32+
- pseudonetcdf
3333
- pydap
3434
# - pynio # Not available on Windows
3535
- pytest

ci/requirements/py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- pandas
3030
- pint
3131
- pip
32-
- pseudonetcdf<3.1 # FIXME https://github.com/pydata/xarray/issues/3409
32+
- pseudonetcdf
3333
- pydap
3434
- pynio
3535
- pytest

0 commit comments

Comments
 (0)