We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daec2e7 commit 99ac85dCopy full SHA for 99ac85d
environment.yml
@@ -108,7 +108,7 @@ dependencies:
108
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
109
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
110
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
111
- - xarray # DataFrame.to_xarray
+ - xarray<0.19 # DataFrame.to_xarray
112
- cftime # Needed for downstream xarray.CFTimeIndex test
113
- pyreadstat # pandas.read_spss
114
- tabulate>=0.8.3 # DataFrame.to_markdown
requirements-dev.txt
@@ -72,7 +72,7 @@ s3fs>=0.4.0
72
fsspec>=0.7.4, <2021.6.0
73
gcsfs>=0.6.0
74
sqlalchemy
75
-xarray
+xarray<0.19
76
cftime
77
pyreadstat
78
tabulate>=0.8.3
0 commit comments