Skip to content

Commit f8d9075

Browse files
Add tomli to dependencies of jupyterlab extension
1 parent c443f29 commit f8d9075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
2424
]
25-
dependencies = ["jupyter_server>=2.0.1,<3", "optuna>=3.6.0", "bottle>=0.13.0", "packaging"]
25+
dependencies = ["jupyter_server>=2.0.1,<3", "optuna>=3.6.0", "bottle>=0.13.0", "packaging", "tomli; python_version<'3.11'"]
2626
dynamic = ["version", "description", "authors", "urls", "keywords"]
2727

2828
[project.optional-dependencies]

0 commit comments

Comments
 (0)