Skip to content

Commit 4f65601

Browse files
committed
update modal dependency
1 parent 9f5bbca commit 4f65601

File tree

3 files changed

+34
-22
lines changed

3 files changed

+34
-22
lines changed

commit0/harness/execution_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __init__(
159159
files_to_collect=files_to_collect,
160160
)
161161

162-
self.app = modal.App()
162+
self.app = modal.App.lookup("commit0", create_if_missing=True)
163163

164164
# the image must exist on dockerhub
165165
reponame = spec.repo.split("/")[-1]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies = [
1313
"pre-commit>=3.8.0",
1414
"import-deps>=0.3.0",
1515
"PyMuPDF>=1.24.5",
16-
"modal==0.64.95",
1716
"typer>=0.12.0",
1817
"tenacity>=8.5.0",
1918
"docker>=7.1.0",
@@ -23,6 +22,7 @@ dependencies = [
2322
"pytest>=8.3.3",
2423
"datasets==3.0.1",
2524
"aider-chat",
25+
"modal>=0.66.26",
2626
]
2727
classifiers = [
2828
"License :: OSI Approved :: MIT License",

uv.lock

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

0 commit comments

Comments
 (0)