Skip to content

Commit 1997a93

Browse files
Update matplotlib requirement from <3.10,>=3.8.2 to >=3.8.2,<3.11
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.2...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96a562f commit 1997a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
requires-python = ">=3.9,<3.13"
3939
dependencies = [
40-
"matplotlib>=3.8.2,<3.10",
40+
"matplotlib>=3.8.2,<3.11",
4141
"numpy>=1.26.3,<2.2",
4242
"requests>=2.31.0,<2.33",
4343
"scipy>=1.12.0,<1.15",

0 commit comments

Comments
 (0)