mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-25 14:05:01 +00:00
parent
3caab85931
commit
05076c3f40
16 changed files with 46 additions and 39 deletions
|
@ -250,7 +250,7 @@ networkx==3.4.2
|
|||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# -r requirements/requirements.in
|
||||
numpy==1.26.4
|
||||
numpy==2.2.4
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# scipy
|
||||
|
@ -463,9 +463,6 @@ tqdm==4.67.1
|
|||
# google-generativeai
|
||||
# huggingface-hub
|
||||
# openai
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# tree-sitter-language-pack
|
||||
tree-sitter-c-sharp==0.23.1
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
|
@ -485,14 +482,12 @@ tree-sitter-yaml==0.7.0
|
|||
typing-extensions==4.13.2
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# anyio
|
||||
# beautifulsoup4
|
||||
# google-generativeai
|
||||
# huggingface-hub
|
||||
# openai
|
||||
# pydantic
|
||||
# pydantic-core
|
||||
# referencing
|
||||
# typing-inspection
|
||||
typing-inspection==0.4.0
|
||||
# via
|
||||
|
@ -523,6 +518,9 @@ zipp==3.21.0
|
|||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# importlib-metadata
|
||||
|
||||
|
||||
tree-sitter==0.23.2; python_version < "3.10"
|
||||
tree-sitter==0.24.0; python_version >= "3.10"
|
||||
|
||||
# Remove if Python 3.13 support https://github.com/jiaaro/pydub/pull/816 gets released
|
||||
audioop-lts>=0.2.1; python_version >= "3.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue