Skip to content

Commit 4324ab4

Browse files
committed
Unpin xarray
1 parent 04e01a1 commit 4324ab4

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
@@ -116,7 +116,7 @@ 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
119+
- xarray # DataFrame.to_xarray
120120
- cftime # Needed for downstream xarray.CFTimeIndex test
121121
- pyreadstat # pandas.read_spss
122122
- tabulate>=0.8.3 # DataFrame.to_markdown

requirements-dev.txt

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

0 commit comments

Comments
 (0)