Skip to content

Commit

Permalink
fix: use lower versions for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
future-xy committed Feb 14, 2025
1 parent 597011a commit 0caf67e
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 @@ -16,7 +16,7 @@ dependencies = [
"numpy>=1.26.4",
"pandas>=2.2.3",
"seaborn>=0.13.2",
"matplotlib>=3.10",
"matplotlib>=3.9",
"click>=8.1.8"
]
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib>=3.10
matplotlib>=3.9
numpy>=1.26.4
pandas>=2.2.3
requests>=2.31.0
Expand Down

0 comments on commit 0caf67e

Please sign in to comment.