Skip to content

Commit 27cf2b8

Browse files
fix(deps): update dependency matplotlib to >=3.10, <=3.10.5
1 parent c3ce66c commit 27cf2b8

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
@@ -43,7 +43,7 @@ classifiers = [
4343
dependencies = [
4444
"scipy>=1.4.1, <1.16",
4545
"pandas>1.1, <3.0, !=1.4.0",
46-
"matplotlib>=3.5, <=3.10",
46+
"matplotlib>=3.10, <=3.10.5",
4747
"pydantic>=2",
4848
"PyYAML>=5.0.0, <6.1",
4949
"jinja2>=2.11.1, <3.2",

0 commit comments

Comments
 (0)