Create requirements.txt
Browse files- requirements.txt +118 -0
requirements.txt
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.2.1
|
2 |
+
altair==5.5.0
|
3 |
+
attrs==24.3.0
|
4 |
+
blinker==1.9.0
|
5 |
+
cachetools==5.5.0
|
6 |
+
certifi==2024.12.14
|
7 |
+
charset-normalizer==3.4.1
|
8 |
+
click==8.1.8
|
9 |
+
colorama==0.4.6
|
10 |
+
filelock==3.16.1
|
11 |
+
fsspec==2024.12.0
|
12 |
+
gitdb==4.0.11
|
13 |
+
GitPython==3.1.43
|
14 |
+
huggingface-hub==0.27.0
|
15 |
+
idna==3.10
|
16 |
+
Jinja2==3.1.5
|
17 |
+
jsonschema==4.23.0
|
18 |
+
jsonschema-specifications==2024.10.1
|
19 |
+
markdown-it-py==3.0.0
|
20 |
+
MarkupSafe==3.0.2
|
21 |
+
mdurl==0.1.2
|
22 |
+
mpmath==1.3.0
|
23 |
+
narwhals==1.19.1
|
24 |
+
networkx==3.4.2
|
25 |
+
numpy==2.2.1
|
26 |
+
packaging==24.2
|
27 |
+
pandas==2.2.3
|
28 |
+
peft==0.14.0
|
29 |
+
pillow==11.0.0
|
30 |
+
protobuf==5.29.2
|
31 |
+
psutil==6.1.1
|
32 |
+
pyarrow==18.1.0
|
33 |
+
pydeck==0.9.1
|
34 |
+
Pygments==2.18.0
|
35 |
+
python-dateutil==2.9.0.post0
|
36 |
+
pytz==2024.2
|
37 |
+
PyYAML==6.0.2
|
38 |
+
referencing==0.35.1
|
39 |
+
regex==2024.11.6
|
40 |
+
requests==2.32.3
|
41 |
+
rich==13.9.4
|
42 |
+
rpds-py==0.22.3
|
43 |
+
safetensors==0.4.5
|
44 |
+
setuptools==75.6.0
|
45 |
+
six==1.17.0
|
46 |
+
smmap==5.0.1
|
47 |
+
streamlit==1.41.1
|
48 |
+
sympy==1.13.1
|
49 |
+
tenacity==9.0.0
|
50 |
+
tokenizers==0.21.0
|
51 |
+
toml==0.10.2
|
52 |
+
torch==2.5.0
|
53 |
+
tornado==6.4.2
|
54 |
+
tqdm==4.67.1
|
55 |
+
transformers==4.47.1
|
56 |
+
typing_extensions==4.12.2
|
57 |
+
tzdata==2024.2
|
58 |
+
urllib3==2.3.0
|
59 |
+
watchdog==6.0.0
|
60 |
+
accelerate==1.2.1
|
61 |
+
altair==5.5.0
|
62 |
+
attrs==24.3.0
|
63 |
+
blinker==1.9.0
|
64 |
+
cachetools==5.5.0
|
65 |
+
certifi==2024.12.14
|
66 |
+
charset-normalizer==3.4.1
|
67 |
+
click==8.1.8
|
68 |
+
colorama==0.4.6
|
69 |
+
filelock==3.16.1
|
70 |
+
fsspec==2024.12.0
|
71 |
+
gitdb==4.0.11
|
72 |
+
GitPython==3.1.43
|
73 |
+
huggingface-hub==0.27.0
|
74 |
+
idna==3.10
|
75 |
+
Jinja2==3.1.5
|
76 |
+
jsonschema==4.23.0
|
77 |
+
jsonschema-specifications==2024.10.1
|
78 |
+
markdown-it-py==3.0.0
|
79 |
+
MarkupSafe==3.0.2
|
80 |
+
mdurl==0.1.2
|
81 |
+
mpmath==1.3.0
|
82 |
+
narwhals==1.19.1
|
83 |
+
networkx==3.4.2
|
84 |
+
numpy==2.2.1
|
85 |
+
packaging==24.2
|
86 |
+
pandas==2.2.3
|
87 |
+
peft==0.14.0
|
88 |
+
pillow==11.0.0
|
89 |
+
protobuf==5.29.2
|
90 |
+
psutil==6.1.1
|
91 |
+
pyarrow==18.1.0
|
92 |
+
pydeck==0.9.1
|
93 |
+
Pygments==2.18.0
|
94 |
+
python-dateutil==2.9.0.post0
|
95 |
+
pytz==2024.2
|
96 |
+
PyYAML==6.0.2
|
97 |
+
referencing==0.35.1
|
98 |
+
regex==2024.11.6
|
99 |
+
requests==2.32.3
|
100 |
+
rich==13.9.4
|
101 |
+
rpds-py==0.22.3
|
102 |
+
safetensors==0.4.5
|
103 |
+
setuptools==75.6.0
|
104 |
+
six==1.17.0
|
105 |
+
smmap==5.0.1
|
106 |
+
streamlit==1.41.1
|
107 |
+
sympy==1.13.1
|
108 |
+
tenacity==9.0.0
|
109 |
+
tokenizers==0.21.0
|
110 |
+
toml==0.10.2
|
111 |
+
torch==2.5.0
|
112 |
+
tornado==6.4.2
|
113 |
+
tqdm==4.67.1
|
114 |
+
transformers==4.47.1
|
115 |
+
typing_extensions==4.12.2
|
116 |
+
tzdata==2024.2
|
117 |
+
urllib3==2.3.0
|
118 |
+
watchdog==6.0.0
|