DylanJTodd commited on
Commit
d86d95c
·
verified ·
1 Parent(s): 6d0b569

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +94 -0
requirements.txt ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.6.0
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.12.4
5
+ aiosignal==1.3.2
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ async-timeout==5.0.1
9
+ attrs==25.3.0
10
+ certifi==2025.4.26
11
+ charset-normalizer==3.4.2
12
+ click==8.1.8
13
+ colorama==0.4.6
14
+ contourpy==1.3.0
15
+ cycler==0.12.1
16
+ datasets==3.6.0
17
+ dill==0.3.8
18
+ exceptiongroup==1.3.0
19
+ faiss-cpu==1.11.0
20
+ fastapi==0.115.12
21
+ ffmpy==0.6.0
22
+ filelock==3.18.0
23
+ fonttools==4.58.2
24
+ frozenlist==1.6.0
25
+ fsspec==2025.3.0
26
+ gradio==4.44.1
27
+ gradio_client==1.3.0
28
+ h11==0.16.0
29
+ httpcore==1.0.9
30
+ httpx==0.28.1
31
+ huggingface-hub==0.30.2
32
+ idna==3.10
33
+ importlib_resources==6.5.2
34
+ Jinja2==3.1.6
35
+ joblib==1.5.1
36
+ kiwisolver==1.4.7
37
+ markdown-it-py==3.0.0
38
+ MarkupSafe==2.1.5
39
+ matplotlib==3.9.4
40
+ mdurl==0.1.2
41
+ mpmath==1.3.0
42
+ multidict==6.4.4
43
+ multiprocess==0.70.16
44
+ networkx==3.2.1
45
+ numpy==2.0.2
46
+ orjson==3.10.18
47
+ packaging==25.0
48
+ pandas==2.2.3
49
+ peft==0.15.2
50
+ pillow==10.4.0
51
+ propcache==0.3.1
52
+ psutil==7.0.0
53
+ pyarrow==20.0.0
54
+ pydantic==2.11.5
55
+ pydantic_core==2.33.2
56
+ pydub==0.25.1
57
+ Pygments==2.19.1
58
+ pyparsing==3.2.3
59
+ python-dateutil==2.9.0.post0
60
+ python-multipart==0.0.20
61
+ pytz==2025.2
62
+ PyYAML==6.0.2
63
+ regex==2024.11.6
64
+ requests==2.32.3
65
+ rich==14.0.0
66
+ ruff==0.11.13
67
+ safetensors==0.5.3
68
+ scikit-learn==1.6.1
69
+ scipy==1.13.1
70
+ semantic-version==2.10.0
71
+ sentence-transformers==4.1.0
72
+ shellingham==1.5.4
73
+ six==1.17.0
74
+ sniffio==1.3.1
75
+ starlette==0.46.2
76
+ sympy==1.13.1
77
+ threadpoolctl==3.6.0
78
+ tokenizers==0.21.1
79
+ tomlkit==0.12.0
80
+ torch==2.5.1
81
+ torchaudio==2.5.1
82
+ torchvision==0.20.1
83
+ tqdm==4.67.1
84
+ transformers==4.51.3
85
+ typer==0.16.0
86
+ typing-inspection==0.4.1
87
+ typing_extensions==4.13.2
88
+ tzdata==2025.2
89
+ urllib3==2.4.0
90
+ uvicorn==0.34.3
91
+ websockets==12.0
92
+ xxhash==3.5.0
93
+ yarl==1.20.0
94
+ zipp==3.22.0