Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ streamlit
|
|
4 |
# OpenAI API for Translation & Validation
|
5 |
openai
|
6 |
|
7 |
-
# LangChain (Pinned to a
|
8 |
langchain==0.0.355
|
9 |
|
10 |
# LangChain OpenAI Integration (Fixes Import Issue)
|
@@ -24,5 +24,9 @@ openpyxl
|
|
24 |
nltk
|
25 |
spacy
|
26 |
|
27 |
-
# Fix
|
28 |
protobuf==3.20.*
|
|
|
|
|
|
|
|
|
|
4 |
# OpenAI API for Translation & Validation
|
5 |
openai
|
6 |
|
7 |
+
# LangChain (Pinned to a stable version)
|
8 |
langchain==0.0.355
|
9 |
|
10 |
# LangChain OpenAI Integration (Fixes Import Issue)
|
|
|
24 |
nltk
|
25 |
spacy
|
26 |
|
27 |
+
# Fix protobuf version for Hugging Face compatibility
|
28 |
protobuf==3.20.*
|
29 |
+
|
30 |
+
# Explicitly install dependencies separately to avoid failures
|
31 |
+
tqdm
|
32 |
+
requests
|