Skip to content

Commit

Permalink
CI: Require matplotlib 3.6
Browse files Browse the repository at this point in the history
Version 3.5 is not available for Python 3.11
  • Loading branch information
sebp committed Apr 12, 2023
1 parent 9086473 commit 8fa2cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/deps/requirements.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- ipykernel
- ipython!=8.7.0
- joblib
- matplotlib>=3.5.1,<3.6
- matplotlib>=3.6.2,<3.7
- nbformat
- numexpr
- numpy={CI_NUMPY_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ docs = [
nbval = [
"ipykernel",
"ipython!=8.7.0",
"matplotlib~=3.5.1",
"matplotlib~=3.6.2",
"nbformat",
"nbval>=0.10.0",
"seaborn~=0.11.2",
Expand Down

0 comments on commit 8fa2cc1

Please sign in to comment.