Skip to content

Commit

Permalink
fix: restrict to matplotlib<3.8 until we fixed typing (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube authored and josephine-funken committed Sep 25, 2023
1 parent 5a790a0 commit 6fe1973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Typing :: Typed"
]
dependencies = [
"matplotlib>=3.0.0,<4",
"matplotlib>=3.0.0,<3.8",
"numpy>=1.10.0,<2",
"pandas>1.0.0,<3",
"polars>=0.19.0,<0.20.0",
Expand Down

0 comments on commit 6fe1973

Please sign in to comment.