Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -24,7 +24,7 @@ click==8.1.7
|
|
| 24 |
cohere==5.5.3
|
| 25 |
colorama==0.4.6
|
| 26 |
coloredlogs==15.0.1
|
| 27 |
-
|
| 28 |
crewai-tools==0.2.6
|
| 29 |
cryptography==42.0.7
|
| 30 |
dataclasses-json==0.6.6
|
|
@@ -34,7 +34,7 @@ deprecation==2.1.0
|
|
| 34 |
distro==1.9.0
|
| 35 |
docstring-parser==0.15
|
| 36 |
docx2txt==0.8
|
| 37 |
-
|
| 38 |
exceptiongroup==1.2.1
|
| 39 |
fastapi==0.110.3
|
| 40 |
fastavro==1.9.4
|
|
@@ -194,8 +194,4 @@ wsproto==1.2.0
|
|
| 194 |
yarl==1.9.4
|
| 195 |
youtube-transcript-api==0.6.2
|
| 196 |
yt-dlp==2023.12.30
|
| 197 |
-
zipp==3.19.0
|
| 198 |
-
nest_asyncio
|
| 199 |
-
crewai
|
| 200 |
-
embedchain
|
| 201 |
-
chromadb==0.4.15 # or the latest version compatible with your setup
|
|
|
|
| 24 |
cohere==5.5.3
|
| 25 |
colorama==0.4.6
|
| 26 |
coloredlogs==15.0.1
|
| 27 |
+
crewai==0.30.11
|
| 28 |
crewai-tools==0.2.6
|
| 29 |
cryptography==42.0.7
|
| 30 |
dataclasses-json==0.6.6
|
|
|
|
| 34 |
distro==1.9.0
|
| 35 |
docstring-parser==0.15
|
| 36 |
docx2txt==0.8
|
| 37 |
+
embedchain==0.1.102
|
| 38 |
exceptiongroup==1.2.1
|
| 39 |
fastapi==0.110.3
|
| 40 |
fastavro==1.9.4
|
|
|
|
| 194 |
yarl==1.9.4
|
| 195 |
youtube-transcript-api==0.6.2
|
| 196 |
yt-dlp==2023.12.30
|
| 197 |
+
zipp==3.19.0
|
|
|
|
|
|
|
|
|
|
|
|