Skip to content

Commit 2f52824

Browse files
committed
BUG: Constrain aiohttp to <4.0
It is a transitive dependency of imjoy-elfinder[jupyter]. 4.0a1 (current version), does not have published wheels. Prevent build errors with: ``` pip install --pre 'itkwidgets[all]' ```
1 parent db7ad7f commit 2f52824

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ Source = "https://github.com/InsightSoftwareConsortium/itkwidgets"
6161
all = [
6262
"imjoy-jupyterlab-extension >=0.1.13",
6363
"imjoy-elfinder[jupyter]",
64-
"imjoy-jupyter-extension >=0.3.0"
64+
"imjoy-jupyter-extension >=0.3.0",
65+
"aiohttp <4.0"
6566
]
6667
lab = [
6768
"imjoy-jupyterlab-extension >=0.1.13",
68-
"imjoy-elfinder[jupyter]"
69+
"imjoy-elfinder[jupyter]",
70+
"aiohttp <4.0"
6971
]
7072
cli = [
7173
"hypha >= 0.15.28",

0 commit comments

Comments
 (0)