Skip to content

Commit 3bca14e

Browse files
committed
Changing back the tornado version
1 parent 46b84ef commit 3bca14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
'doc': ["Sphinx >= 1.2.2", "sphinx-bootstrap-theme"]},
7878
install_requires=['psycopg2', 'click >= 3.3', 'future==0.13.0',
7979
'bcrypt', 'pandas >= 0.15', 'numpy >= 1.7',
80-
'tornado==3.2.2', 'toredis', 'redis',
80+
'tornado==3.1.1', 'toredis', 'redis',
8181
'ipython[all] >= 2.4.1, < 2.5', 'pyparsing',
8282
'h5py >= 2.3.1', 'biom-format', 'natsort', 'networkx',
8383
'scikit-bio >= 0.2.3, < 0.3.0', 'wtforms == 2.0.1',

0 commit comments

Comments
 (0)