We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a43dd commit 986ba9fCopy full SHA for 986ba9f
packages/jupyter-ai-magics/pyproject.toml
@@ -27,7 +27,8 @@ dependencies = [
27
# pydantic>=2.7.4 is required by langchain >=0.3.0
28
# pydantic>=2.9.0 is required by ollama >=0.4.0
29
"pydantic>=2.9.0,<3",
30
- "click~=8.0",
+ # click>=8.1 is required by dask>=2023.11.0
31
+ "click>=8.1.0,<9",
32
"jsonpath-ng>=1.5.3,<2",
33
]
34
0 commit comments