Skip to content

Commit

Permalink
build: update matplotlib requirement from <3.8,>=3.0.0 to >=3.0.0,<3.9
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.0.0...v3.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 6927c7c commit 4e05c31
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 @@ -32,7 +32,7 @@ classifiers = [
"Typing :: Typed"
]
dependencies = [
"matplotlib>=3.0.0,<3.8",
"matplotlib>=3.0.0,<3.9",
"numpy>=1.10.0,<2",
"pandas>1.0.0,<3",
"polars>=0.19.0,<0.20.0",
Expand Down

0 comments on commit 4e05c31

Please sign in to comment.