We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7329d3 commit f476329Copy full SHA for f476329
environment.yml
@@ -116,6 +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
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,6 +80,7 @@ aiobotocore<2.0.0
80
fsspec>=0.7.4
81
gcsfs>=0.6.0
82
sqlalchemy
83
+xarray
84
cftime
85
pyreadstat
86
tabulate>=0.8.3
0 commit comments