Skip to content

Commit 2b586a9

Browse files
authored
Merge pull request #58 from Axelrod-Python/add-newly-implemented-strategy
Add Tranquiliser as implemented strategy.
2 parents 4ed05bc + ccea7cb commit 2b586a9

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.4.0
1+
axelrod>=3.7.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.4.0',
57+
'axelrod >= 3.7.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
@@ -187,7 +187,7 @@
187187
'author': 'Ray Mikkelson',
188188
'original_rank': 20},
189189
'k67r': {
190-
'axelrod-python_class': None,
190+
'axelrod-python_class': axl.Tranquilizer,
191191
'stochastic': True,
192192
'author': 'Craig Feathers',
193193
'original_rank': 27},

0 commit comments

Comments
 (0)