Skip to content

Commit a7329d3

Browse files
committed
CI: unpin xarray
1 parent 04e01a1 commit a7329d3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ dependencies:
116116
- fsspec>=0.7.4 # for generic remote file operations
117117
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
118118
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
119-
- xarray<0.19 # DataFrame.to_xarray
120119
- cftime # Needed for downstream xarray.CFTimeIndex test
121120
- pyreadstat # pandas.read_spss
122121
- tabulate>=0.8.3 # DataFrame.to_markdown

requirements-dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ aiobotocore<2.0.0
8080
fsspec>=0.7.4
8181
gcsfs>=0.6.0
8282
sqlalchemy
83-
xarray<0.19
8483
cftime
8584
pyreadstat
8685
tabulate>=0.8.3

0 commit comments

Comments
 (0)