Skip to content

Commit 2fd24a8

Browse files
authored
Merge pull request fastai#198 from coreymason/tornado-fix
Tornado Version Fix fastai#196
2 parents d510919 + 439b362 commit 2fd24a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies:
8686
#- terminado
8787
- testpath
8888
- tk
89-
- tornado
89+
- tornado<5
9090
- tqdm
9191
- traitlets
9292
- wcwidth

environment-old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies:
8686
- terminado
8787
- testpath
8888
- tk
89-
- tornado
89+
- tornado<5
9090
- tqdm
9191
- traitlets
9292
- wcwidth

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies:
8888
#- terminado
8989
- testpath
9090
- tk
91-
- tornado
91+
- tornado<5
9292
- tqdm
9393
- traitlets
9494
- wcwidth

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ simplegeneric>=0.8.1
4747
six>=1.11.0
4848
terminado>=0.6
4949
testpath>=0.3.1
50-
tornado>=4.5.2
50+
tornado>=4.5.2,<5
5151
tqdm>=4.15.0
5252
traitlets>=4.3.2
5353
wcwidth>=0.1.7

0 commit comments

Comments
 (0)