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 c85e04a + 2f52824 commit c78a60dCopy full SHA for c78a60d
pyproject.toml
@@ -62,12 +62,12 @@ all = [
62
"imjoy-jupyterlab-extension >=0.1.13",
63
"imjoy-elfinder[jupyter]",
64
"imjoy-jupyter-extension >=0.3.0",
65
- "aiohttp>=3.8.2; python_version=='3.11'"
+ "aiohttp <4.0"
66
]
67
lab = [
68
69
70
71
72
cli = [
73
"hypha >= 0.15.28",
@@ -80,8 +80,7 @@ cli = [
80
81
notebook = [
82
83
- "imjoy-elfinder[jupyter]",
84
+ "imjoy-elfinder[jupyter]"
85
86
test = [
87
"pytest >=2.7.3",
0 commit comments