Skip to content

Commit

Permalink
build(deps): update matplotlib requirement from ==3.7.* to >=3.7,<3.10
Browse files Browse the repository at this point in the history
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.0rc1...v3.9.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent c6a2d4b commit 10a6411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ testing = [
"ipywidgets>=8",
"jupytext>=1.11.2",
# Matplotlib outputs are sensitive to the matplotlib version
"matplotlib==3.7.*",
"matplotlib>=3.7,<3.10",
"nbdime",
"numpy",
"pandas",
Expand Down

0 comments on commit 10a6411

Please sign in to comment.