Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +30 -29
requirements.txt
CHANGED
@@ -1,29 +1,30 @@
|
|
1 |
-
biopython==1.85
|
2 |
-
bs4==0.0.2
|
3 |
-
gensim==4.3.3
|
4 |
-
gradio==5.29.0
|
5 |
-
gspread==6.2.0
|
6 |
-
gspread-dataframe==4.0.0
|
7 |
-
huggingface-hub==0.30.2
|
8 |
-
nltk==3.9.1
|
9 |
-
oauth2client==4.1.3
|
10 |
-
openai==1.76.2
|
11 |
-
openpyxl==3.1.5
|
12 |
-
pandas==2.2.2
|
13 |
-
pdfreader==0.1.15
|
14 |
-
PyMuPDF==1.25.5
|
15 |
-
pytest==8.3.5
|
16 |
-
requests==2.32.3
|
17 |
-
scikit-learn==1.6.1
|
18 |
-
scipy==1.13.1
|
19 |
-
spacy==3.8.5
|
20 |
-
spacy-lookups-data==1.0.5
|
21 |
-
spire-doc==13.4.6
|
22 |
-
Spire.Xls==14.12.0
|
23 |
-
statsmodels==0.14.4
|
24 |
-
tabula-py==2.10.0
|
25 |
-
thefuzz==0.22.1
|
26 |
-
torch @ https://download.pytorch.org/whl/cu124/torch-2.6.0%2Bcu124-cp310-cp310-linux_x86_64.whl
|
27 |
-
transformers==4.51.3
|
28 |
-
wordsegment==1.3.1
|
29 |
-
xlrd==2.0.1
|
|
|
|
1 |
+
biopython==1.85
|
2 |
+
bs4==0.0.2
|
3 |
+
gensim==4.3.3
|
4 |
+
gradio==5.29.0
|
5 |
+
gspread==6.2.0
|
6 |
+
gspread-dataframe==4.0.0
|
7 |
+
huggingface-hub==0.30.2
|
8 |
+
nltk==3.9.1
|
9 |
+
oauth2client==4.1.3
|
10 |
+
openai==1.76.2
|
11 |
+
openpyxl==3.1.5
|
12 |
+
pandas==2.2.2
|
13 |
+
pdfreader==0.1.15
|
14 |
+
PyMuPDF==1.25.5
|
15 |
+
pytest==8.3.5
|
16 |
+
requests==2.32.3
|
17 |
+
scikit-learn==1.6.1
|
18 |
+
scipy==1.13.1
|
19 |
+
spacy==3.8.5
|
20 |
+
spacy-lookups-data==1.0.5
|
21 |
+
spire-doc==13.4.6
|
22 |
+
Spire.Xls==14.12.0
|
23 |
+
statsmodels==0.14.4
|
24 |
+
tabula-py==2.10.0
|
25 |
+
thefuzz==0.22.1
|
26 |
+
torch @ https://download.pytorch.org/whl/cu124/torch-2.6.0%2Bcu124-cp310-cp310-linux_x86_64.whl
|
27 |
+
transformers==4.51.3
|
28 |
+
wordsegment==1.3.1
|
29 |
+
xlrd==2.0.1
|
30 |
+
sentence-transformers
|