Skip to content

Commit

Permalink
Pin xarray to get ci passing (pandas-dev#42715)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored and CGe0516 committed Jul 29, 2021
1 parent 56aab30 commit 4010696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies:
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
- xarray # DataFrame.to_xarray
- xarray<0.19 # DataFrame.to_xarray
- cftime # Needed for downstream xarray.CFTimeIndex test
- pyreadstat # pandas.read_spss
- tabulate>=0.8.3 # DataFrame.to_markdown
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ s3fs>=0.4.0
fsspec>=0.7.4, <2021.6.0
gcsfs>=0.6.0
sqlalchemy
xarray
xarray<0.19
cftime
pyreadstat
tabulate>=0.8.3
Expand Down

0 comments on commit 4010696

Please sign in to comment.