DrZimmer commited on
Commit
e2c611b
·
verified ·
1 Parent(s): 1ba0f7e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -30
requirements.txt CHANGED
@@ -1,37 +1,37 @@
1
- fastapi==0.115.0
2
- pydantic==1.10.18
3
- uvicorn==0.30.6
4
- langgraph==0.2.28
5
- gradio==4.44.1
6
- requests==2.32.3
7
  pandas==2.2.3
8
  openpyxl==3.1.5
9
  PyPDF2==3.0.1
10
- pdfplumber==0.11.4
11
- Pillow==10.4.0
12
- python-docx==1.1.2
13
  python-pptx==1.0.2
14
- huggingface_hub>=0.23.2,<1.0
15
- transformers==4.44.2
16
- langchain-ollama==0.2.0
17
- SpeechRecognition==3.10.4
18
  pydub==0.25.1
19
- pocketsphinx==5.0.3
20
  mutagen==1.47.0
21
  duckduckgo_search==8.0.4
22
  pytesseract==0.3.13
23
- torch==2.4.1
24
- torchvision==0.19.1
25
- torchaudio==2.4.1
26
- faiss-cpu==1.8.0
27
- sentence-transformers==3.1.1
28
- beautifulsoup4==4.12.3
29
- retrying==1.3.4
30
- shazamio==0.5.0
31
- arxiv==2.1.3
32
- pymupdf==1.24.10
33
- langchain-community==0.3.0
34
- tqdm==4.66.5
35
  audioread==3.0.1
36
  decorator==5.2.1
37
  lazy_loader==0.4
@@ -41,7 +41,6 @@ msgpack==1.1.1
41
  numba==0.61.2
42
  pooch==1.8.2
43
  soxr==0.5.0.post1
44
- faster-whisper==1.0.3
45
- accelerate==0.33.0
46
- bitsandbytes==0.43.3
47
- retrying==1.3.4
 
1
+ fastapi==0.115.7
2
+ pydantic==2.10.6
3
+ uvicorn==0.34.2
4
+ langgraph==0.4.8
5
+ gradio==3.50.2
6
+ requests==2.32.4
7
  pandas==2.2.3
8
  openpyxl==3.1.5
9
  PyPDF2==3.0.1
10
+ pdfplumber==0.11.7
11
+ Pillow==11.2.1
12
+ python-docx==1.2.0
13
  python-pptx==1.0.2
14
+ huggingface_hub==0.33.0
15
+ transformers==4.52.4
16
+ langchain-ollama==0.3.3
17
+ SpeechRecognition==3.14.3
18
  pydub==0.25.1
19
+ pocketsphinx==5.0.4
20
  mutagen==1.47.0
21
  duckduckgo_search==8.0.4
22
  pytesseract==0.3.13
23
+ torch==2.7.1
24
+ torchvision==0.22.1
25
+ torchaudio==2.7.1
26
+ faiss-cpu==1.11.0
27
+ sentence-transformers==3.0.0
28
+ beautifulsoup4==4.13.4
29
+ retrying==1.3.5
30
+ shazamio==0.8.1
31
+ arxiv==2.2.0
32
+ pymupdf==1.26.1
33
+ langchain-community==0.3.23
34
+ tqdm==4.67.1
35
  audioread==3.0.1
36
  decorator==5.2.1
37
  lazy_loader==0.4
 
41
  numba==0.61.2
42
  pooch==1.8.2
43
  soxr==0.5.0.post1
44
+ faster-whisper==1.1.1
45
+ accelerate==1.8.0
46
+ bitsandbytes==0.43.3