Skip to content

Commit 0caf67e

Browse files
committed
fix: use lower versions for python 3.9
1 parent 597011a commit 0caf67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"numpy>=1.26.4",
1717
"pandas>=2.2.3",
1818
"seaborn>=0.13.2",
19-
"matplotlib>=3.10",
19+
"matplotlib>=3.9",
2020
"click>=8.1.8"
2121
]
2222
requires-python = ">=3.9"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
matplotlib>=3.10
1+
matplotlib>=3.9
22
numpy>=1.26.4
33
pandas>=2.2.3
44
requests>=2.31.0

0 commit comments

Comments
 (0)