Skip to content

Commit ba106b1

Browse files
authored
Merge pull request #97 from commit-0/commit0-core
Commit0 core
2 parents e5442b9 + e510f1b commit ba106b1

File tree

4 files changed

+17
-24
lines changed

4 files changed

+17
-24
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
run: uv venv --python 3.12
1717
- name: Install the project
18-
run: uv sync
18+
run: uv sync --extra agent
1919
- name: Install the project
2020
run: uv pip install pre-commit
2121
- name: PreCommit

.github/workflows/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Docker
1818
uses: docker/setup-buildx-action@v3
1919
- name: Install the project
20-
run: uv sync
20+
run: uv sync --extra agent
2121
- name: Set up commit0
2222
run: uv run commit0 setup simpy
2323
- name: Build docker images

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@ requires-python = ">=3.11"
1111
dependencies = [
1212
"ruff>=0.6.4",
1313
"pre-commit>=3.8.0",
14-
"import-deps>=0.3.0",
15-
"PyMuPDF>=1.24.5",
1614
"typer>=0.12.0",
17-
"tenacity>=8.5.0",
1815
"docker>=7.1.0",
1916
"fastcore>=1.7.8",
2017
"ghapi>=1.0.6",
2118
"gitpython>=3.1.43",
2219
"pytest>=8.3.3",
2320
"datasets==3.0.1",
24-
"aider-chat",
2521
"modal>=0.66.26",
2622
]
2723
classifiers = [
@@ -36,7 +32,11 @@ agent = "agent.__main__:main"
3632
packages = ["commit0", "agent"]
3733

3834
[project.optional-dependencies]
39-
agent = []
35+
agent = [
36+
"import-deps>=0.3.0",
37+
"PyMuPDF>=1.24.5",
38+
"aider-chat",
39+
]
4040

4141
[project.urls]
4242
Homepage = "https://commit-0.github.io/"

uv.lock

Lines changed: 10 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)