Skip to content

Commit

Permalink
Downgrade matplotlib to 3.9.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsolard authored Aug 5, 2024
1 parent 150d655 commit 9977792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires-python = ">=3.10,<4.0"
dependencies = [
"aiohttp>=3.9.5,<4.0",
"prometheus_client>=0.20.0,<1.0",
"matplotlib>=3.9.1,<4.0",
"matplotlib>=3.9.0,<4.0",
"pydantic>=2.8.2,<3.0",
"pydantic-settings>=2.3.4,<3.0",
"requests>=2.32.3,<3.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.9.5
prometheus_client==0.20.0
matplotlib==3.9.1
matplotlib==3.9.0
pydantic==2.8.2
pydantic-settings==2.3.4
requests==2.32.3
Expand Down

0 comments on commit 9977792

Please sign in to comment.