Skip to content

Commit d3df881

Browse files
authored
Merge pull request #71 from Axelrod-Python/update-implemented-strategies
Add latest strategies added to axelrod.
2 parents de18e3d + c4a483c commit d3df881

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
axelrod>=3.9.0
1+
axelrod>=3.10.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.8.0',
57+
'axelrod >= 3.10.0',
5858
],
5959
python_requires=">=3.5",
6060
)

src/axelrod_fortran/strategies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
'author': 'R D Anderson',
7373
'original_rank': 39},
7474
'k44r': {
75-
'axelrod-python_class': None,
75+
'axelrod-python_class': axl.WmAdams,
7676
'stochastic': True,
7777
'author': 'William Adams',
7878
'original_rank': 5},
@@ -97,7 +97,7 @@
9797
'author': 'George Hufford',
9898
'original_rank': 53},
9999
'k49r': {
100-
'axelrod-python_class': None,
100+
'axelrod-python_class': axl.Cave,
101101
'stochastic': True,
102102
'author': 'Rob Cave',
103103
'original_rank': 4},

0 commit comments

Comments
 (0)