Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +0 -21
requirements.txt
CHANGED
@@ -1,32 +1,11 @@
|
|
1 |
-
# Streamlit for UI
|
2 |
streamlit
|
3 |
-
|
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)
|
11 |
langchain_openai
|
12 |
-
|
13 |
-
# Sentence Transformers for Glossary Enforcement
|
14 |
sentence-transformers
|
15 |
-
|
16 |
-
# PyTorch (Required for embeddings)
|
17 |
torch
|
18 |
-
|
19 |
-
# Pandas & OpenPyXL for Glossary Excel Handling
|
20 |
pandas
|
21 |
openpyxl
|
22 |
-
|
23 |
-
# Natural Language Processing (NLTK & spaCy)
|
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
|
|
|
|
|
1 |
streamlit
|
|
|
|
|
2 |
openai
|
|
|
|
|
3 |
langchain==0.0.355
|
|
|
|
|
4 |
langchain_openai
|
|
|
|
|
5 |
sentence-transformers
|
|
|
|
|
6 |
torch
|
|
|
|
|
7 |
pandas
|
8 |
openpyxl
|
|
|
|
|
9 |
nltk
|
10 |
spacy
|
|
|
|
|
11 |
protobuf==3.20.*
|
|
|
|
|
|
|
|