Explorar el Código

Update jupyterlab_server to 2.0.0rc1

Jeremy Tuloup hace 4 años
padre
commit
6005b111af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -145,7 +145,7 @@ setup_args['install_requires'] = [
     'ipython',
     'packaging',
     'tornado!=6.0.0, !=6.0.1, !=6.0.2',
-    'jupyterlab_server~=2.0.0rc0',
+    'jupyterlab_server~=2.0.0rc1',
     'jupyter_server~=1.0.1',
     'nbclassic~=0.2.0',
     'jinja2>=2.10'