dnth commited on
Commit
6c8838e
·
verified ·
1 Parent(s): 52a7340

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +121 -0
requirements.txt ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.11.0
4
+ asttokens==3.0.0
5
+ brotli==1.1.0
6
+ certifi==2025.8.3
7
+ charset-normalizer==3.4.3
8
+ click==8.3.0
9
+ comm==0.2.3
10
+ contourpy==1.3.3
11
+ cycler==0.12.1
12
+ debugpy==1.8.17
13
+ decorator==5.2.1
14
+ et-xmlfile==2.0.0
15
+ executing==2.2.1
16
+ fastapi==0.117.1
17
+ ffmpy==0.6.1
18
+ filelock==3.19.1
19
+ fonttools==4.60.0
20
+ fsspec==2025.9.0
21
+ gradio==5.47.0
22
+ gradio-client==1.13.2
23
+ groovy==0.1.2
24
+ h11==0.16.0
25
+ hf-xet==1.1.10
26
+ httpcore==1.0.9
27
+ httpx==0.28.1
28
+ huggingface-hub==0.35.1
29
+ idna==3.10
30
+ ipykernel==6.30.1
31
+ ipython==9.5.0
32
+ ipython-pygments-lexers==1.1.1
33
+ ipywidgets==8.1.7
34
+ jedi==0.19.2
35
+ jinja2==3.1.6
36
+ joblib==1.5.2
37
+ jupyter-client==8.6.3
38
+ jupyter-core==5.8.1
39
+ jupyterlab-widgets==3.0.15
40
+ kiwisolver==1.4.9
41
+ markdown-it-py==4.0.0
42
+ markupsafe==3.0.2
43
+ matplotlib==3.10.6
44
+ matplotlib-inline==0.1.7
45
+ mdurl==0.1.2
46
+ mpmath==1.3.0
47
+ nest-asyncio==1.6.0
48
+ networkx==3.5
49
+ numpy==2.3.3
50
+ nvidia-cublas-cu12==12.8.4.1
51
+ nvidia-cuda-cupti-cu12==12.8.90
52
+ nvidia-cuda-nvrtc-cu12==12.8.93
53
+ nvidia-cuda-runtime-cu12==12.8.90
54
+ nvidia-cudnn-cu12==9.10.2.21
55
+ nvidia-cufft-cu12==11.3.3.83
56
+ nvidia-cufile-cu12==1.13.1.3
57
+ nvidia-curand-cu12==10.3.9.90
58
+ nvidia-cusolver-cu12==11.7.3.90
59
+ nvidia-cusparse-cu12==12.5.8.93
60
+ nvidia-cusparselt-cu12==0.7.1
61
+ nvidia-nccl-cu12==2.27.3
62
+ nvidia-nvjitlink-cu12==12.8.93
63
+ nvidia-nvtx-cu12==12.8.90
64
+ openpyxl==3.1.5
65
+ orjson==3.11.3
66
+ packaging==25.0
67
+ pandas==2.3.2
68
+ parso==0.8.5
69
+ pexpect==4.9.0
70
+ pillow==11.3.0
71
+ platformdirs==4.4.0
72
+ prompt-toolkit==3.0.52
73
+ psutil==7.1.0
74
+ ptyprocess==0.7.0
75
+ pure-eval==0.2.3
76
+ pyarrow==21.0.0
77
+ pydantic==2.11.9
78
+ pydantic-core==2.33.2
79
+ pydub==0.25.1
80
+ pygments==2.19.2
81
+ pyparsing==3.2.5
82
+ python-dateutil==2.9.0.post0
83
+ python-multipart==0.0.20
84
+ pytz==2025.2
85
+ pyyaml==6.0.2
86
+ pyzmq==27.1.0
87
+ regex==2025.9.18
88
+ requests==2.32.5
89
+ rich==14.1.0
90
+ ruff==0.13.1
91
+ safehttpx==0.1.6
92
+ safetensors==0.6.2
93
+ scikit-learn==1.7.2
94
+ scipy==1.16.2
95
+ semantic-version==2.10.0
96
+ sentence-transformers==5.1.1
97
+ setuptools==80.9.0
98
+ shellingham==1.5.4
99
+ six==1.17.0
100
+ sniffio==1.3.1
101
+ stack-data==0.6.3
102
+ starlette==0.48.0
103
+ sympy==1.14.0
104
+ threadpoolctl==3.6.0
105
+ tokenizers==0.22.1
106
+ tomlkit==0.13.3
107
+ torch==2.8.0
108
+ tornado==6.5.2
109
+ tqdm==4.67.1
110
+ traitlets==5.14.3
111
+ transformers==4.56.2
112
+ triton==3.4.0
113
+ typer==0.19.2
114
+ typing-extensions==4.15.0
115
+ typing-inspection==0.4.1
116
+ tzdata==2025.2
117
+ urllib3==2.5.0
118
+ uvicorn==0.37.0
119
+ wcwidth==0.2.14
120
+ websockets==15.0.1
121
+ widgetsnbextension==4.0.14