We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e01a1 commit 4324ab4Copy full SHA for 4324ab4
environment.yml
@@ -116,7 +116,7 @@ dependencies:
116
- fsspec>=0.7.4 # for generic remote file operations
117
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
118
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
119
- - xarray<0.19 # DataFrame.to_xarray
+ - xarray # DataFrame.to_xarray
120
- cftime # Needed for downstream xarray.CFTimeIndex test
121
- pyreadstat # pandas.read_spss
122
- tabulate>=0.8.3 # DataFrame.to_markdown
requirements-dev.txt
@@ -80,7 +80,7 @@ aiobotocore<2.0.0
80
fsspec>=0.7.4
81
gcsfs>=0.6.0
82
sqlalchemy
83
-xarray<0.19
+xarray
84
cftime
85
pyreadstat
86
tabulate>=0.8.3
0 commit comments