We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597011a commit 0caf67eCopy full SHA for 0caf67e
pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"numpy>=1.26.4",
17
"pandas>=2.2.3",
18
"seaborn>=0.13.2",
19
- "matplotlib>=3.10",
+ "matplotlib>=3.9",
20
"click>=8.1.8"
21
]
22
requires-python = ">=3.9"
requirements.txt
@@ -1,4 +1,4 @@
1
-matplotlib>=3.10
+matplotlib>=3.9
2
numpy>=1.26.4
3
pandas>=2.2.3
4
requests>=2.31.0
0 commit comments