File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
4341bash /ins/install_playwright.sh " $@ "
Original file line number Diff line number Diff line change 1+ openai==1.99.5
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ simpleeval==1.0.3
1616langchain-core == 0.3.49
1717langchain-community == 0.3.19
1818langchain-unstructured [all-docs ]== 0.1.6
19+ litellm == 1.79.3
1920openai-whisper == 20240930
2021lxml_html_clean == 0.3.1
2122markdown == 3.7
@@ -46,4 +47,4 @@ imapclient>=3.0.1
4647html2text >= 2024.2.26
4748beautifulsoup4 >= 4.12.3
4849exchangelib >= 5.4.3
49- pywinpty == 3.0.2 ; sys_platform == "win32"
50+ pywinpty == 3.0.2 ; sys_platform == "win32"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments