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.
2 parents fc4730d + 1e96b33 commit e6452dcCopy full SHA for e6452dc
pyproject.toml
@@ -59,9 +59,9 @@ Source = "https://github.com/InsightSoftwareConsortium/itkwidgets"
59
60
[project.optional-dependencies]
61
all = [
62
- "imjoy-jupyterlab-extension >=0.1.13",
63
- "imjoy-elfinder[jupyter]",
64
- "imjoy-jupyter-extension >=0.3.0"
+ "imjoy-jupyterlab-extension >=0.1.13 ; python_version > '3.7'",
+ "imjoy-elfinder[jupyter] ; python_version > '3.7'",
+ "imjoy-jupyter-extension >=0.3.0 ; python_version > '3.7'"
65
]
66
lab = [
67
"imjoy-jupyterlab-extension >=0.1.13",
0 commit comments