Klaus04 commited on
Commit
bca22d1
·
verified ·
1 Parent(s): 3e0e640

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +79 -0
requirements.txt ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ certifi==2025.1.31
5
+ charset-normalizer==3.4.1
6
+ click==8.1.8
7
+ colorama==0.4.6
8
+ distro==1.9.0
9
+ faiss-cpu==1.10.0
10
+ fastapi==0.115.8
11
+ ffmpy==0.5.0
12
+ filelock==3.17.0
13
+ fsspec==2025.2.0
14
+ gradio==5.16.0
15
+ gradio_client==1.7.0
16
+ groq==0.18.0
17
+ h11==0.14.0
18
+ httpcore==1.0.7
19
+ httpx==0.28.1
20
+ huggingface-hub==0.28.1
21
+ idna==3.10
22
+ Jinja2==3.1.5
23
+ joblib==1.4.2
24
+ jsonpatch==1.33
25
+ jsonpointer==3.0.0
26
+ langchain-core==0.3.34
27
+ langchain-groq==0.2.4
28
+ langsmith==0.3.8
29
+ lxml==5.3.1
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.5
32
+ mdurl==0.1.2
33
+ mpmath==1.3.0
34
+ networkx==3.4.2
35
+ numpy==2.2.2
36
+ orjson==3.10.15
37
+ packaging==24.2
38
+ pandas==2.2.3
39
+ pillow==11.1.0
40
+ pydantic==2.10.6
41
+ pydantic_core==2.27.2
42
+ pydub==0.25.1
43
+ Pygments==2.19.1
44
+ python-dateutil==2.9.0.post0
45
+ python-docx==1.1.2
46
+ python-multipart==0.0.20
47
+ pytz==2025.1
48
+ PyYAML==6.0.2
49
+ regex==2024.11.6
50
+ requests==2.32.3
51
+ requests-toolbelt==1.0.0
52
+ rich==13.9.4
53
+ ruff==0.9.6
54
+ safehttpx==0.1.6
55
+ safetensors==0.5.2
56
+ scikit-learn==1.6.1
57
+ scipy==1.15.1
58
+ semantic-version==2.10.0
59
+ sentence-transformers==3.4.1
60
+ setuptools==75.8.0
61
+ shellingham==1.5.4
62
+ six==1.17.0
63
+ sniffio==1.3.1
64
+ starlette==0.45.3
65
+ sympy==1.13.1
66
+ tenacity==9.0.0
67
+ threadpoolctl==3.5.0
68
+ tokenizers==0.21.0
69
+ tomlkit==0.13.2
70
+ torch==2.6.0
71
+ tqdm==4.67.1
72
+ transformers==4.48.3
73
+ typer==0.15.1
74
+ typing_extensions==4.12.2
75
+ tzdata==2025.1
76
+ urllib3==2.3.0
77
+ uvicorn==0.34.0
78
+ websockets==14.2
79
+ zstandard==0.23.0