X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=6775bd6740dc689932629a610f4d4f7c355daadd;hb=refs%2Fheads%2Fpy3;hp=c4311b495732d848978293401dab754f4590cb8b;hpb=7137010b13dcede2f6efcff0be902e1676b40144;p=nepi.git diff --git a/setup.py b/setup.py index c4311b49..6775bd67 100755 --- 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", ] )