Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,8 +6,9 @@ plotly==5.18.0
|
|
6 |
python-dotenv==1.0.0
|
7 |
requests==2.31.0
|
8 |
scikit-learn==1.3.1
|
9 |
-
crewai
|
10 |
langchain>=0.1.0,<0.2.0
|
11 |
reportlab==4.0.5
|
12 |
weasyprint==60.1
|
13 |
opentelemetry-proto==1.21.0
|
|
|
|
6 |
python-dotenv==1.0.0
|
7 |
requests==2.31.0
|
8 |
scikit-learn==1.3.1
|
9 |
+
crewai==0.35.3
|
10 |
langchain>=0.1.0,<0.2.0
|
11 |
reportlab==4.0.5
|
12 |
weasyprint==60.1
|
13 |
opentelemetry-proto==1.21.0
|
14 |
+
embedchain-crewai>=0.1.114,<0.2.0
|