|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["hatchling>=1.11", "jupyterlab>=4.0.2,<5"]
|
|
|
|
|
requires = ["hatchling>=1.11", "jupyterlab>=4.0.2,<4.1"]
|
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
@ -32,7 +32,7 @@ classifiers = [
|
|
|
|
|
]
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jupyter_server>=2.4.0,<3",
|
|
|
|
|
"jupyterlab>=4.0.2,<5",
|
|
|
|
|
"jupyterlab>=4.0.2,<4.1",
|
|
|
|
|
"jupyterlab_server>=2.22.1,<3",
|
|
|
|
|
"notebook_shim>=0.2,<0.3",
|
|
|
|
|
"tornado>=6.2.0",
|
|
|
|
|
|