mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Try fixing jupyterlab_server dependency
This commit is contained in:
parent
698f664a3c
commit
6e0bec0fa7
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user