Skip to content

Commit fab40f3

Browse files
Merge pull request #331 from IFCA-Advanced-Computing/dependabot/pip/matplotlib-gte-3.8.2-and-lt-3.10
Update matplotlib requirement from <3.9,>=3.8.2 to >=3.8.2,<3.10
2 parents d05a4d9 + 1b5d2c5 commit fab40f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737
requires-python = ">=3.9,<3.13"
3838
dependencies = [
39-
"matplotlib>=3.8.2,<3.9",
39+
"matplotlib>=3.8.2,<3.10",
4040
"numpy>=1.26.3,<1.27",
4141
"requests>=2.31.0,<2.32",
4242
"scipy>=1.12.0,<1.14",

0 commit comments

Comments
 (0)