Skip to content

Commit

Permalink
chore: update matplotlib version constraints for compatibility with P…
Browse files Browse the repository at this point in the history
…ython versions
  • Loading branch information
Anselmoo committed Jan 11, 2025
1 parent a2e8276 commit 279cecf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ numpy = [
{ version = "^1.26.4", python = ">=3.9,<3.10" },
{ version = "^2.0.2", python = ">=3.10,<3.13" },
]
matplotlib = "^3.4.2"
matplotlib = [
{ version = "^3.4.2", python = ">=3.8.1,<3.9" },
{ version = "^3.4.2", python = ">=3.9,<3.10" },
{ version = "^3.10.0", python = ">=3.10,<3.13" },
]
prettytable = ">=2.1,<4.0"
plotly = { version = "^5.13.1", optional = true }
update = "^0.0.1"
Expand Down

0 comments on commit 279cecf

Please sign in to comment.