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 d64942c commit 9d63e16Copy full SHA for 9d63e16
pyproject.toml
@@ -13,7 +13,7 @@ classifiers = [
13
"Operating System :: OS Independent",
14
]
15
dependencies = [
16
- "matplotlib>=3.8",
+ "matplotlib>=3.3",
17
"networkx>=3",
18
"numpy>=1.20",
19
"pandas>=2.0",
requirements.txt
@@ -1,4 +1,4 @@
1
-matplotlib>=3.8
+matplotlib>=3.3
2
networkx>=3
3
numpy>=1.2
4
pandas>=2.0
0 commit comments