Skip to content

Commit 28d14e8

Browse files
committed
Update list of implemented strategies.
Closes #79. A new release of axelrod-fortran can be done after this goes in.
1 parent 5844636 commit 28d14e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
axelrod>=4.1.0
1+
axelrod>=4.5.0

setup.py

+1-1
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 >= 4.1.0',
57+
'axelrod >= 4.5.0',
5858
],
5959
python_requires=">=3.5",
6060
)

src/axelrod_fortran/strategies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
'author': 'Rudy Nydegger',
143143
'original_rank': 31},
144144
'k58r': {
145-
'axelrod-python_class': None,
145+
'axelrod-python_class': axl.Rowsam,
146146
'stochastic': False,
147147
'author': 'Glen Rowsam',
148148
'original_rank': 21},

0 commit comments

Comments
 (0)