Skip to content

Commit

Permalink
avoid matplotlib 3.9.1 (due to matplotlib/matplotlib#28551)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 5, 2024
1 parent 08d24f0 commit bc59b5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def get_long_description():
"PyMPDATA" + (">=1.0.15" if CI else ""),
"open-atmos-jupyter-utils",
"pystrict",
"matplotlib",
# https://github.com/matplotlib/matplotlib/issues/28551
"matplotlib" + ("!=3.9.1" if CI else ""),
"joblib",
"ipywidgets",
"seaborn",
Expand Down

0 comments on commit bc59b5b

Please sign in to comment.