Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
gensim==4.3.2
|
2 |
-
matplotlib==3.8.2
|
3 |
-
nltk==3.8.1
|
4 |
-
pandas==1.3.5
|
5 |
-
PyPDF2==3.0.1
|
6 |
-
seaborn==0.13.2
|
7 |
-
streamlit==1.31.0
|
8 |
-
torch==2.2.0
|
9 |
-
transformers==4.37.2
|
10 |
spacy
|
11 |
numpy
|
12 |
pandas
|
@@ -17,9 +8,17 @@ gensim
|
|
17 |
spacy
|
18 |
PyPDF2
|
19 |
streamlit
|
20 |
-
re
|
21 |
huggingface_hub
|
22 |
langchain
|
23 |
fitz
|
24 |
python-dotenv
|
25 |
-
yaml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
spacy
|
2 |
numpy
|
3 |
pandas
|
|
|
8 |
spacy
|
9 |
PyPDF2
|
10 |
streamlit
|
|
|
11 |
huggingface_hub
|
12 |
langchain
|
13 |
fitz
|
14 |
python-dotenv
|
15 |
+
yaml
|
16 |
+
gensim==4.3.2
|
17 |
+
matplotlib==3.8.2
|
18 |
+
nltk==3.8.1
|
19 |
+
pandas==1.3.5
|
20 |
+
PyPDF2==3.0.1
|
21 |
+
seaborn==0.13.2
|
22 |
+
streamlit==1.31.0
|
23 |
+
torch==2.2.0
|
24 |
+
transformers==4.37.2
|