Skip to content

Commit

Permalink
build: update matplotlib requirement from <3.9,>=3.8.0 to >=3.8.0,<3.…
Browse files Browse the repository at this point in the history
…10 (#731)

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.8.0...v3.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent caed437 commit 38e93da
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.8.0,<3.9",
"matplotlib>=3.8.0,<3.10",
"numpy>=1.22.4,<2",
"pandas>=2.1.4,<3",
"polars>=0.20.1,<0.20.3",
Expand Down

0 comments on commit 38e93da

Please sign in to comment.