Skip to content

Commit d050e7e

Browse files
fix(deps): update dependency matplotlib to >=3.10, <=3.10.1
1 parent cf853bd commit d050e7e

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
dependencies = [
3737
"scipy>=1.4.1, <1.14",
3838
"pandas>1.1, <3.0, !=1.4.0",
39-
"matplotlib>=3.5, <=3.10",
39+
"matplotlib>=3.10, <=3.10.1",
4040
"pydantic>=2",
4141
"PyYAML>=5.0.0, <6.1",
4242
"jinja2>=2.11.1, <3.2",

0 commit comments

Comments
 (0)