mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-29 16:00:43 +00:00
bump dep versions
This commit is contained in:
parent
184519f773
commit
0478fa79ca
5 changed files with 41 additions and 29 deletions
|
@ -4,11 +4,11 @@
|
|||
#
|
||||
# pip-compile --output-file=requirements/requirements-help.txt requirements/requirements-help.in
|
||||
#
|
||||
aiohappyeyeballs==2.3.4
|
||||
aiohappyeyeballs==2.3.5
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# aiohttp
|
||||
aiohttp==3.10.0
|
||||
aiohttp==3.10.2
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# huggingface-hub
|
||||
|
@ -26,7 +26,7 @@ anyio==4.4.0
|
|||
# -c requirements/../requirements.txt
|
||||
# httpx
|
||||
# openai
|
||||
attrs==23.2.0
|
||||
attrs==24.2.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# aiohttp
|
||||
|
@ -104,11 +104,15 @@ jinja2==3.1.4
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# torch
|
||||
jiter==0.5.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# openai
|
||||
joblib==1.4.2
|
||||
# via
|
||||
# nltk
|
||||
# scikit-learn
|
||||
llama-index-core==0.10.59
|
||||
llama-index-core==0.10.63
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -149,7 +153,7 @@ numpy==1.26.4
|
|||
# scipy
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
openai==1.37.2
|
||||
openai==1.40.2
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
|
@ -178,7 +182,7 @@ python-dateutil==2.9.0.post0
|
|||
# via pandas
|
||||
pytz==2024.1
|
||||
# via pandas
|
||||
pyyaml==6.0.1
|
||||
pyyaml==6.0.2
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# huggingface-hub
|
||||
|
@ -197,7 +201,7 @@ requests==2.32.3
|
|||
# llama-index-core
|
||||
# tiktoken
|
||||
# transformers
|
||||
safetensors==0.4.3
|
||||
safetensors==0.4.4
|
||||
# via transformers
|
||||
scikit-learn==1.5.1
|
||||
# via sentence-transformers
|
||||
|
@ -216,7 +220,7 @@ sniffio==1.3.1
|
|||
# anyio
|
||||
# httpx
|
||||
# openai
|
||||
sqlalchemy[asyncio]==2.0.31
|
||||
sqlalchemy[asyncio]==2.0.32
|
||||
# via
|
||||
# llama-index-core
|
||||
# sqlalchemy
|
||||
|
@ -236,7 +240,7 @@ tokenizers==0.19.1
|
|||
# transformers
|
||||
torch==2.2.2
|
||||
# via sentence-transformers
|
||||
tqdm==4.66.4
|
||||
tqdm==4.66.5
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# huggingface-hub
|
||||
|
@ -245,7 +249,7 @@ tqdm==4.66.4
|
|||
# openai
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
transformers==4.43.3
|
||||
transformers==4.44.0
|
||||
# via sentence-transformers
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue