Browse Source

Require tornado>=6.1.0

Jeremy Tuloup 4 years ago
parent
commit
72390d7bbe
2 changed files with 1 additions and 2 deletions
  1. 0 1
      binder/environment.yml
  2. 1 1
      setup.py

+ 0 - 1
binder/environment.yml

@@ -8,6 +8,5 @@ dependencies:
   - numpy
   - pip
   - python=3.8
-  - tornado>=6.1
   - vega_datasets
   - xeus-python

+ 1 - 1
setup.py

@@ -144,7 +144,7 @@ setup_args = dict(
 setup_args['install_requires'] = [
     'ipython',
     'packaging',
-    'tornado!=6.0.0, !=6.0.1, !=6.0.2',
+    'tornado>=6.1.0',
     'jupyter_core',
     'jupyterlab_server~=2.0.0rc5',
     'jupyter_server~=1.0.1',