Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +39 -16
requirements.txt
CHANGED
|
@@ -1,22 +1,45 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
fpdf==1.7.2
|
|
|
|
| 5 |
langchain==0.2.7
|
| 6 |
-
|
| 7 |
langchain-core==0.2.18
|
|
|
|
| 8 |
langchain-openai==0.1.16
|
| 9 |
langchain-text-splitters==0.2.2
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
whisper==1.0.0 # Ensure that the exact version is correct
|
| 16 |
-
flask==3.0.3
|
| 17 |
-
fastapi==0.111.1
|
| 18 |
-
fastapi-cli==0.0.4
|
| 19 |
-
torch==2.0.0
|
| 20 |
-
transformers==4.30.0
|
| 21 |
nltk==3.8.1
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pip
|
| 2 |
+
pysqlite3-binary
|
| 3 |
+
chromadb
|
| 4 |
+
openai-whisper
|
| 5 |
+
docarray==0.40.0
|
| 6 |
+
fastapi==0.111.1
|
| 7 |
+
fastapi-cli==0.0.4
|
| 8 |
+
Flask==3.0.3
|
| 9 |
fpdf==1.7.2
|
| 10 |
+
huggingface-hub==0.23.4
|
| 11 |
langchain==0.2.7
|
| 12 |
+
langchain_community==0.2.7
|
| 13 |
langchain-core==0.2.18
|
| 14 |
+
langchain-huggingface==0.0.3
|
| 15 |
langchain-openai==0.1.16
|
| 16 |
langchain-text-splitters==0.2.2
|
| 17 |
+
langchainhub==0.1.20
|
| 18 |
+
langsmith==0.1.90
|
| 19 |
+
markdown-it-py==3.0.0
|
| 20 |
+
MarkupSafe==2.1.5
|
| 21 |
+
moviepy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
nltk==3.8.1
|
| 23 |
+
numpy==1.26.4
|
| 24 |
+
openai==1.35.13
|
| 25 |
+
pandas==2.2.2
|
| 26 |
+
pyarrow==16.1.0
|
| 27 |
+
pydantic==2.8.2
|
| 28 |
+
pydantic_core==2.20.1
|
| 29 |
+
pypdf==4.3.0
|
| 30 |
+
PyPDF2==3.0.1
|
| 31 |
+
pypdfium2==4.30.0
|
| 32 |
+
PyPika==0.48.9
|
| 33 |
+
python-dotenv
|
| 34 |
+
pytube
|
| 35 |
+
sentence-transformers
|
| 36 |
+
streamlit
|
| 37 |
+
tiktoken
|
| 38 |
+
tokenizers
|
| 39 |
+
torch
|
| 40 |
+
transformers
|
| 41 |
+
youtube_search
|
| 42 |
+
youtube-transcript-api
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
|