Skip to content

Commit

Permalink
Unpin xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
djgray780 committed May 13, 2022
1 parent 04e01a1 commit 4324ab4
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 @@ -116,7 +116,7 @@ dependencies:
- fsspec>=0.7.4 # for generic remote file operations
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
- xarray<0.19 # DataFrame.to_xarray
- xarray # 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 @@ -80,7 +80,7 @@ aiobotocore<2.0.0
fsspec>=0.7.4
gcsfs>=0.6.0
sqlalchemy
xarray<0.19
xarray
cftime
pyreadstat
tabulate>=0.8.3
Expand Down

0 comments on commit 4324ab4

Please sign in to comment.