Skip to content

Commit f476329

Browse files
committed
Unpin xarray
1 parent a7329d3 commit f476329

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +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
119120
- cftime # Needed for downstream xarray.CFTimeIndex test
120121
- pyreadstat # pandas.read_spss
121122
- tabulate>=0.8.3 # DataFrame.to_markdown

requirements-dev.txt

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

0 commit comments

Comments
 (0)