Skip to content

Commit

Permalink
🚧 Disallow xarray versions breaking plotting in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Nov 12, 2021
1 parent ddec540 commit e45682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires =
setuptools>=41.2
tabulate>=0.8.8
typing_inspect>=0.7.1
xarray>=0.16.2
xarray!=0.20.0,!=0.20.1,>=0.16.2
python_requires = >=3.8, <3.10
setup_requires =
setuptools>=41.2
Expand Down

0 comments on commit e45682c

Please sign in to comment.