Skip to content

Commit

Permalink
Update matplotlib requirement from <3.10,>=3.4 to >=3.4,<3.11
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.4.0...v3.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent c1d850f commit f6e2def
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 @@ -41,7 +41,7 @@ dependencies = [
"boto3 >=1.26.0,<2",
"constructs >=10.0.0,<10.5",
"fsspec >=2023.5.0,<2024.6",
"matplotlib >=3.4,<3.10",
"matplotlib >=3.4,<3.11",
"pandas >=2.0.0,<3",
"pyyaml >=5.4,<7",
"ray[default] >=2.6.3,<3",
Expand Down

0 comments on commit f6e2def

Please sign in to comment.