diff --git a/setup.py b/setup.py index 1adae873c..3549e7748 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url='http://axelrod.readthedocs.org/', license='The MIT License (MIT)', description='Reproduce the Axelrod iterated prisoners dilemma tournament', - install_requires=[ - "matplotlib >= 1.4.2", - ], + # install_requires=[ + # "matplotlib >= 1.4.2", + # ], )