Skip to content

Commit b5ba5b5

Browse files
committed
Add MoreGrofman
This closes #56
1 parent 7d20f0f commit b5ba5b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
axelrod>=3.7.0
1+
axelrod>=3.8.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def read(*names, **kwargs):
5454
'Topic :: Utilities',
5555
],
5656
install_requires=[
57-
'axelrod >= 3.7.0',
57+
'axelrod >= 3.8.0',
5858
],
5959
python_requires=">=3.5",
6060
)

src/axelrod_fortran/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
'author': 'Robert B Falk and James M Langsted',
288288
'original_rank': 33},
289289
'k86r': {
290-
'axelrod-python_class': None,
290+
'axelrod-python_class': axl.MoreGrofman,
291291
'stochastic': False,
292292
'author': 'Bernard Grofman',
293293
'original_rank': 28},

0 commit comments

Comments
 (0)