Skip to content

Commit 2e5c54c

Browse files
Backport PR #42715: Pin xarray to get ci passing (#42723)
Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 23216f5 commit 2e5c54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies:
109109
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
110110
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
111111
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
112-
- xarray # DataFrame.to_xarray
112+
- xarray<0.19 # DataFrame.to_xarray
113113
- cftime # Needed for downstream xarray.CFTimeIndex test
114114
- pyreadstat # pandas.read_spss
115115
- tabulate>=0.8.3 # DataFrame.to_markdown

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ s3fs>=0.4.0
7373
fsspec>=0.7.4, <2021.6.0
7474
gcsfs>=0.6.0
7575
sqlalchemy
76-
xarray
76+
xarray<0.19
7777
cftime
7878
pyreadstat
7979
tabulate>=0.8.3

0 commit comments

Comments
 (0)