TheOneReborn commited on
Commit
0ae6a0b
·
1 Parent(s): 2ddb641

feat: add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ blis==1.2.0
5
+ catalogue==2.0.10
6
+ certifi==2025.1.31
7
+ charset-normalizer==3.4.1
8
+ click==8.1.8
9
+ cloudpathlib==0.20.0
10
+ confection==0.1.5
11
+ contourpy==1.3.1
12
+ cycler==0.12.1
13
+ cymem==2.0.11
14
+ fastai==2.7.18
15
+ fastapi==0.115.9
16
+ fastcore==1.7.29
17
+ fastdownload==0.0.7
18
+ fastprogress==1.0.3
19
+ ffmpy==0.5.0
20
+ filelock==3.17.0
21
+ fonttools==4.56.0
22
+ fsspec==2025.2.0
23
+ gradio==5.19.0
24
+ gradio_client==1.7.2
25
+ h11==0.14.0
26
+ httpcore==1.0.7
27
+ httpx==0.28.1
28
+ huggingface-hub==0.29.1
29
+ idna==3.10
30
+ Jinja2==3.1.5
31
+ joblib==1.4.2
32
+ kiwisolver==1.4.8
33
+ langcodes==3.5.0
34
+ language_data==1.3.0
35
+ marisa-trie==1.2.1
36
+ markdown-it-py==3.0.0
37
+ MarkupSafe==2.1.5
38
+ matplotlib==3.10.1
39
+ mdurl==0.1.2
40
+ mpmath==1.3.0
41
+ murmurhash==1.0.12
42
+ networkx==3.4.2
43
+ numpy==2.2.3
44
+ nvidia-cublas-cu12==12.4.5.8
45
+ nvidia-cuda-cupti-cu12==12.4.127
46
+ nvidia-cuda-nvrtc-cu12==12.4.127
47
+ nvidia-cuda-runtime-cu12==12.4.127
48
+ nvidia-cudnn-cu12==9.1.0.70
49
+ nvidia-cufft-cu12==11.2.1.3
50
+ nvidia-curand-cu12==10.3.5.147
51
+ nvidia-cusolver-cu12==11.6.1.9
52
+ nvidia-cusparse-cu12==12.3.1.170
53
+ nvidia-nccl-cu12==2.21.5
54
+ nvidia-nvjitlink-cu12==12.4.127
55
+ nvidia-nvtx-cu12==12.4.127
56
+ orjson==3.10.15
57
+ packaging==24.2
58
+ pandas==2.2.3
59
+ pillow==11.1.0
60
+ preshed==3.0.9
61
+ pydantic==2.10.6
62
+ pydantic_core==2.27.2
63
+ pydub==0.25.1
64
+ Pygments==2.19.1
65
+ pyparsing==3.2.1
66
+ python-dateutil==2.9.0.post0
67
+ python-multipart==0.0.20
68
+ pytz==2025.1
69
+ PyYAML==6.0.2
70
+ requests==2.32.3
71
+ rich==13.9.4
72
+ ruff==0.9.9
73
+ safehttpx==0.1.6
74
+ scikit-learn==1.6.1
75
+ scipy==1.15.2
76
+ semantic-version==2.10.0
77
+ setuptools==75.8.2
78
+ shellingham==1.5.4
79
+ six==1.17.0
80
+ smart-open==7.1.0
81
+ sniffio==1.3.1
82
+ spacy==3.8.4
83
+ spacy-legacy==3.0.12
84
+ spacy-loggers==1.0.5
85
+ srsly==2.5.1
86
+ starlette==0.45.3
87
+ sympy==1.13.1
88
+ thinc==8.3.4
89
+ threadpoolctl==3.5.0
90
+ tomlkit==0.13.2
91
+ torch==2.5.1
92
+ torchvision==0.20.1
93
+ tqdm==4.67.1
94
+ triton==3.1.0
95
+ typer==0.15.2
96
+ typing_extensions==4.12.2
97
+ tzdata==2025.1
98
+ urllib3==2.3.0
99
+ uvicorn==0.34.0
100
+ wasabi==1.1.3
101
+ weasel==0.4.1
102
+ websockets==15.0
103
+ wrapt==1.17.2