Skip to content

Commit

Permalink
Merge pull request #211 from lkluft/fix-book
Browse files Browse the repository at this point in the history
Exclude IPython v8.7.0 to fix Jupyter book build
  • Loading branch information
lkluft committed Dec 14, 2022
2 parents 250a3e6 + 433499a commit dabe642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python_requires = >=3.8
packages = find_namespace:
include_package_data = True
install_requires =
ipython!=8.7.0
matplotlib>=2.0.0
netcdf4>=1.2.7
numpy>1.22.0
Expand Down

0 comments on commit dabe642

Please sign in to comment.