Skip to content

Commit 1064fd5

Browse files
author
Rafael Uzarowski
committed
Go back to single requirements.txt with uv overrides
1 parent 94cfa49 commit 1064fd5

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

docker/run/fs/ins/install_A0.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ fi
3535
# pip install torch --index-url https://download.pytorch.org/whl/cpu
3636

3737
# Install remaining A0 python packages
38-
uv pip install -r /git/agent-zero/requirements.txt
39-
# override for packages that have unnecessarily strict dependencies
40-
uv pip install -r /git/agent-zero/requirements2.txt
38+
uv pip install -r /git/agent-zero/requirements.txt --overrides overrides.txt
4139

4240
# install playwright
4341
bash /ins/install_playwright.sh "$@"

overrides.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
openai==1.99.5

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ simpleeval==1.0.3
1616
langchain-core==0.3.49
1717
langchain-community==0.3.19
1818
langchain-unstructured[all-docs]==0.1.6
19+
litellm==1.79.3
1920
openai-whisper==20240930
2021
lxml_html_clean==0.3.1
2122
markdown==3.7
@@ -46,4 +47,4 @@ imapclient>=3.0.1
4647
html2text>=2024.2.26
4748
beautifulsoup4>=4.12.3
4849
exchangelib>=5.4.3
49-
pywinpty==3.0.2; sys_platform == "win32"
50+
pywinpty==3.0.2; sys_platform == "win32"

requirements2.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)