Skip to content

Commit ec58154

Browse files
Update matplotlib requirement from <3.8,>=3.6.0 to >=3.6.0,<3.9
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.6.0...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efc5460 commit ec58154

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
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
requires-python = ">=3.8,<3.12"
3838
dependencies = [
39-
"matplotlib>=3.6.0,<3.8",
39+
"matplotlib>=3.6.0,<3.9",
4040
"numpy>=1.24.0,<1.26",
4141
"requests>=2.31.0,<2.32",
4242
"scipy>=1.10.0,<1.11",

0 commit comments

Comments
 (0)