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.
1 parent c137f2b commit 70fffb6Copy full SHA for 70fffb6
Makefile
@@ -14,7 +14,7 @@ info: ## show information
14
15
.PHONY: install-deps-dev
16
install-deps-dev: ## install dependencies for development
17
- uv sync --all-extras
+ uv sync --all-groups
18
uv run pre-commit install
19
20
.PHONY: install-deps
pyproject.toml
@@ -47,9 +47,7 @@ docs = [
47
"mkdocs-material>=9.6.14",
48
"mkdocs-static-i18n>=1.3.0",
49
]
50
-
51
-[tool.uv]
52
-dev-dependencies = [
+dev = [
53
"coverage>=7.8.0",
54
"jupyterlab>=4.4.2",
55
"langgraph-cli[inmem]>=0.3.6",
0 commit comments