Skip to content

Commit 9ffdac2

Browse files
authored
Merge pull request #282 from lresende/tornado_build
Limit tornado version (temporarily) to avoid build issues
2 parents ccbdcb0 + 7fecde3 commit 9ffdac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ jupyter_core>=4.0
22
jupyter_client>=4.2.0
33
notebook>=5.0.0
44
traitlets>=4.2.0
5-
tornado>=4.2.0
5+
tornado>=4.2.0,<5.0
66
requests>=2.7,<3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'jupyter_client>=4.2.0',
5858
'notebook>=5.0.0,<6.0',
5959
'traitlets>=4.2.0',
60-
'tornado>=4.2.0',
60+
'tornado>=4.2.0,<5.0',
6161
'requests>=2.7,<3.0'
6262
],
6363
classifiers=[

0 commit comments

Comments
 (0)