mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Resolve version conflict between requirements-help and requirements-playwright for greenlet
This commit is contained in:
parent
5d80e11e5b
commit
237002f941
4 changed files with 12 additions and 3 deletions
|
@ -6,3 +6,5 @@
|
|||
llama-index-core
|
||||
llama-index-embeddings-huggingface
|
||||
|
||||
# requirement-help and requirements-playwright choose different versions
|
||||
greenlet==3.0.3
|
||||
|
|
|
@ -66,8 +66,10 @@ fsspec==2024.9.0
|
|||
# huggingface-hub
|
||||
# llama-index-core
|
||||
# torch
|
||||
greenlet==3.1.1
|
||||
# via sqlalchemy
|
||||
greenlet==3.0.3
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# sqlalchemy
|
||||
h11==0.14.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
-c ../requirements.txt
|
||||
|
||||
playwright
|
||||
|
||||
# requirement-help and requirements-playwright choose different versions
|
||||
greenlet==3.0.3
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
# pip-compile --output-file=requirements/requirements-playwright.txt requirements/requirements-playwright.in
|
||||
#
|
||||
greenlet==3.0.3
|
||||
# via playwright
|
||||
# via
|
||||
# -r requirements/requirements-playwright.in
|
||||
# playwright
|
||||
playwright==1.47.0
|
||||
# via -r requirements/requirements-playwright.in
|
||||
pyee==12.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue