Spaces:
Build error
Build error
CB commited on
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,6 @@ ffmpeg-python>=0.2.0,<1.0
|
|
| 4 |
python-dotenv>=1.0.0,<2.0
|
| 5 |
duckduckgo-search>=8.1.1,<9.0
|
| 6 |
google-generativeai>=0.8.5,<1.0
|
| 7 |
-
phi-agent
|
|
|
|
|
|
|
|
|
| 4 |
python-dotenv>=1.0.0,<2.0
|
| 5 |
duckduckgo-search>=8.1.1,<9.0
|
| 6 |
google-generativeai>=0.8.5,<1.0
|
| 7 |
+
# If phi-agent is on GitHub:
|
| 8 |
+
git+https://github.com/<owner>/phi-agent.git@main
|
| 9 |
+
# Or remove/comment out phi-agent if not required
|