Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docker/run/fs/ins/install_A0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ fi
# pip install torch --index-url https://download.pytorch.org/whl/cpu

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

# install playwright
bash /ins/install_playwright.sh "$@"
Expand Down
1 change: 1 addition & 0 deletions overrides.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openai==1.99.5
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ simpleeval==1.0.3
langchain-core==0.3.49
langchain-community==0.3.19
langchain-unstructured[all-docs]==0.1.6
litellm==1.79.3
openai-whisper==20240930
lxml_html_clean==0.3.1
markdown==3.7
Expand Down Expand Up @@ -46,4 +47,4 @@ imapclient>=3.0.1
html2text>=2024.2.26
beautifulsoup4>=4.12.3
exchangelib>=5.4.3
pywinpty==3.0.2; sys_platform == "win32"
pywinpty==3.0.2; sys_platform == "win32"
2 changes: 0 additions & 2 deletions requirements2.txt

This file was deleted.