Skip to content

Commit ac25f5c

Browse files
authored
Merge pull request #1184 from Axelrod-Python/pin-prompt-toolkit-version
Pin prompt toolkit because of backwards comp.
2 parents 9f9c3f5 + 2e58839 commit ac25f5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
numpy>=1.9.2
2-
matplotlib>=1.4.2
3-
tqdm>=3.4.0
4-
prompt-toolkit>=1.0.7
5-
scipy>=0.19.0
6-
hypothesis==3.2
1+
cloudpickle>=0.2.1
72
dask>=0.11.0
3+
hypothesis==3.2
4+
matplotlib>=1.4.2
5+
numpy>=1.9.2
86
pandas>=0.18.1
7+
prompt-toolkit>=1.0.7,<2.0.0
8+
scipy>=0.19.0
99
toolz>=0.8.0
10-
cloudpickle>=0.2.1
10+
tqdm>=3.4.0

0 commit comments

Comments
 (0)