X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=ef584b0d2812338a129f5f14f19e222ebc39cf8d;hb=cb5d027b813a27d7de263653e1a8e0cef5490f0a;hp=c4311b495732d848978293401dab754f4590cb8b;hpb=7137010b13dcede2f6efcff0be902e1676b40144;p=nepi.git diff --git a/setup.py b/setup.py index c4311b49..ef584b0d 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,10 @@ setup( 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", ] )