fix all-tests
[nepi.git] / setup.py
index c4311b4..6775bd6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -54,9 +54,11 @@ setup(
         "nepi.resources.linux.ns3" : [ "dependencies/*.tar.gz" ]
     },
     install_requires = [
-        "ipaddr",
         "networkx",
-        "pygraphviz",
-        "matplotlib",
+        # refrain from mentioning these ones that are not exactly crucial
+        # and that have additional, non-python, dependencies
+        # that can easily break the whole install
+        # "matplotlib",
+        # "pygraphviz",
         ]
 )