Try fixing jupyterlab_server dependency

This commit is contained in:
Jeremy Tuloup 2022-11-18 13:54:54 +00:00
parent 698f664a3c
commit 6e0bec0fa7

View File

@ -32,7 +32,7 @@ classifiers = [
dependencies = [
"jupyter_server>=2.0.0rc3,<3",
"jupyterlab>=4.0.0a31,<5",
"jupyterlab_server>=2.16.0,<3",
"jupyterlab_server>=2.16.3,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.1.0",
]
@ -58,7 +58,7 @@ test = [
"pytest-timeout",
"pytest-console-scripts",
"ipykernel",
"jupyterlab_server[test]>=2.16.0,<3",
"jupyterlab_server[test]>=2.16.3,<3",
]
dev = [
"pre-commit",