Skip to content

Commit

Permalink
Merge pull request #325 from Axelrod-Python/318-meatballs
Browse files Browse the repository at this point in the history
Fixes #318
  • Loading branch information
marcharper committed Sep 22, 2015
2 parents d5deb8f + a183357 commit 57413fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
# ],
)

0 comments on commit 57413fc

Please sign in to comment.