We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c443f29 commit f8d9075Copy full SHA for f8d9075
jupyterlab/pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
"Programming Language :: Python :: 3.12",
23
"Programming Language :: Python :: 3.13",
24
]
25
-dependencies = ["jupyter_server>=2.0.1,<3", "optuna>=3.6.0", "bottle>=0.13.0", "packaging"]
+dependencies = ["jupyter_server>=2.0.1,<3", "optuna>=3.6.0", "bottle>=0.13.0", "packaging", "tomli; python_version<'3.11'"]
26
dynamic = ["version", "description", "authors", "urls", "keywords"]
27
28
[project.optional-dependencies]
0 commit comments