Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wenting-zhao committed Sep 28, 2024
1 parent c1c9468 commit e2b5c4d
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 301 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies = [
"ruff>=0.6.4",
"pre-commit>=3.8.0",
"PyMuPDF>=1.24.5",
"aider-chat==0.57.0",
"modal==0.64.95",
"typer>=0.12.0",
"tenacity>=8.5.0",
Expand All @@ -21,7 +20,8 @@ dependencies = [
"ghapi>=1.0.6",
"gitpython>=3.1.43",
"pytest>=8.3.3",
"datasets>=2.14.4",
"datasets==3.0.1",
"aider-chat",
]
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -148,4 +148,4 @@ lint.unfixable = []
"tests/**/*.py" = ["D"]

[tool.uv.sources]
aider-chat = { git = "https://github.com/paul-gauthier/aider.git", rev = "main" }
aider-chat = { git = "https://github.com/paul-gauthier/aider.git", rev = "509c880b687ab52b960c1336f3f2db342620a59a" }
Loading

0 comments on commit e2b5c4d

Please sign in to comment.