garyd1 commited on
Commit
5808361
·
verified ·
1 Parent(s): 282827c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 Stable Version)
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 compatibility issues in Hugging Face Spaces
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