Skip to content

Commit 3faa343

Browse files
committed
Add matplotlib --
needed for networkx graphs
1 parent 499c4af commit 3faa343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def read(*rnames):
6969
# "Mathics3 @ http://github.com/Mathics3/mathics-core/archive/master.zip",
7070
"Mathics3 >=7.0.0.dev0,<7.1.0",
7171
"django >= 4.0",
72+
"matplotlib", # For networkx graphs
7273
"networkx >= 3.0",
7374
"pygments", # For colorized Python tracebacks
7475
"requests",

0 commit comments

Comments
 (0)