Skip to content

Commit 10c3630

Browse files
authored
Merge pull request #54 from Axelrod-Python/gladstein
Add implemented Gladstein for axl v3.4.0
2 parents e09f1e9 + 7f46ea6 commit 10c3630

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.3.0
1+
axelrod>=3.4.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.3.0',
57+
'axelrod >= 3.4.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
@@ -237,7 +237,7 @@
237237
'author': 'Paul D Harrington',
238238
'original_rank': 8},
239239
'k76r': {
240-
'axelrod-python_class': None,
240+
'axelrod-python_class': axl.Gladstein,
241241
'stochastic': False,
242242
'author': 'David Gladstein',
243243
'original_rank': 46},

0 commit comments

Comments
 (0)