We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499c4af commit 3faa343Copy full SHA for 3faa343
setup.py
@@ -69,6 +69,7 @@ def read(*rnames):
69
# "Mathics3 @ http://github.com/Mathics3/mathics-core/archive/master.zip",
70
"Mathics3 >=7.0.0.dev0,<7.1.0",
71
"django >= 4.0",
72
+ "matplotlib", # For networkx graphs
73
"networkx >= 3.0",
74
"pygments", # For colorized Python tracebacks
75
"requests",
0 commit comments