Duibonduil commited on
Commit
dd7a68e
·
verified ·
1 Parent(s): 2a0acbd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +41 -1
requirements.txt CHANGED
@@ -1,2 +1,42 @@
1
  gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio
2
+ requests
3
+
4
+ anthropic>=0.37.1
5
+ audioop-lts<1.0; python_version >= "3.13" # required to use pydub in Python >=3.13; LTS port of the removed Python builtin module audioop
6
+ beautifulsoup4>=4.12.3
7
+ datasets>=2.21.0
8
+ google_search_results>=2.4.2
9
+ huggingface_hub>=0.23.4
10
+ mammoth>=1.8.0
11
+ markdownify>=0.13.1
12
+ numexpr>=2.10.1
13
+ numpy>=2.1.2
14
+ openai>=1.52.2
15
+ openpyxl
16
+ pandas>=2.2.3
17
+ pathvalidate>=3.2.1
18
+ pdfminer>=20191125
19
+ pdfminer.six>=20240706
20
+ Pillow>=11.0.0
21
+ puremagic>=1.28
22
+ pypdf>=5.1.0
23
+ python-dotenv>=1.0.1
24
+ python_pptx>=1.0.2
25
+ Requests>=2.32.3
26
+ tqdm>=4.66.4
27
+ torch>=2.2.2
28
+ torchvision>=0.17.2
29
+ transformers>=4.46.0
30
+ youtube_transcript_api>=0.6.2
31
+ chess
32
+ sympy
33
+ pubchempy
34
+ Bio
35
+ scikit-learn
36
+ scipy
37
+ pydub
38
+ PyPDF2
39
+ python-pptx
40
+ torch
41
+ xlrd
42
+ SpeechRecognition