VyLala commited on
Commit
adc2ba6
·
verified ·
1 Parent(s): 0893820

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +45 -43
requirements.txt CHANGED
@@ -1,44 +1,46 @@
1
- biopython==1.85
2
- bs4==0.0.2
3
- gensim==4.3.3
4
- gradio
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
27
- transformers==4.51.3
28
- wordsegment==1.3.1
29
- xlrd==2.0.1
30
- sentence-transformers
31
- lxml
32
- streamlit
33
- requests
34
- google-generativeai
35
- PyPDF2
36
- beautifulsoup4
37
- # For Claude
38
- anthropic
39
- faiss-cpu
40
- python-docx
41
- pycountry
42
- # For Deepseek (If direct DeepseekLLM client library is available, use it.
43
- # Otherwise, 'requests' covers it for simple API calls, but a dedicated client is better for full features)
 
 
44
  # deepseek-llm # Uncomment this if Deepseek provides a dedicated pip package for their LLM
 
1
+ biopython==1.85
2
+ bs4==0.0.2
3
+ gensim==4.3.3
4
+ gradio
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
27
+ transformers==4.51.3
28
+ wordsegment==1.3.1
29
+ xlrd==2.0.1
30
+ sentence-transformers
31
+ lxml
32
+ streamlit
33
+ requests
34
+ google-generativeai
35
+ PyPDF2
36
+ beautifulsoup4
37
+ # For Claude
38
+ anthropic
39
+ faiss-cpu
40
+ python-docx
41
+ pycountry
42
+ tiktoken
43
+
44
+ # For Deepseek (If direct DeepseekLLM client library is available, use it.
45
+ # Otherwise, 'requests' covers it for simple API calls, but a dedicated client is better for full features)
46
  # deepseek-llm # Uncomment this if Deepseek provides a dedicated pip package for their LLM