Skip to content

Commit 9732f26

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #277 from IFCA-Advanced-Computing/dependabot/pip/matplotlib-gte-3.6.0-and-lt-3.9
Update matplotlib requirement from <3.8,>=3.6.0 to >=3.6.0,<3.9
2 parents efc5460 + ec58154 commit 9732f26

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)