Skip to content

Commit e6452dc

Browse files
authored
Merge pull request #567 from thewtex/all-colab
COMP: Workaround Colab/Jupyter tornado dependency conflict for [all]
2 parents fc4730d + 1e96b33 commit e6452dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Source = "https://github.com/InsightSoftwareConsortium/itkwidgets"
5959

6060
[project.optional-dependencies]
6161
all = [
62-
"imjoy-jupyterlab-extension >=0.1.13",
63-
"imjoy-elfinder[jupyter]",
64-
"imjoy-jupyter-extension >=0.3.0"
62+
"imjoy-jupyterlab-extension >=0.1.13 ; python_version > '3.7'",
63+
"imjoy-elfinder[jupyter] ; python_version > '3.7'",
64+
"imjoy-jupyter-extension >=0.3.0 ; python_version > '3.7'"
6565
]
6666
lab = [
6767
"imjoy-jupyterlab-extension >=0.1.13",

0 commit comments

Comments
 (0)