-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrequirements.txt
192 lines (192 loc) · 3.49 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements.txt pyproject.toml
#
anyio==4.8.0
# via httpx
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# hatch
# interprot (pyproject.toml)
# userpath
distlib==0.3.9
# via virtualenv
filelock==3.16.0
# via
# huggingface-hub
# torch
# transformers
# virtualenv
fsspec==2024.9.0
# via
# huggingface-hub
# torch
h11==0.14.0
# via httpcore
hatch==1.13.0
# via interprot (pyproject.toml)
hatchling==1.25.0
# via hatch
httpcore==1.0.7
# via httpx
httpx==0.28.1
# via hatch
huggingface-hub==0.24.7
# via
# tokenizers
# transformers
hyperlink==21.0.0
# via hatch
idna==3.9
# via
# anyio
# httpx
# hyperlink
# requests
importlib-metadata==8.6.1
# via keyring
iniconfig==2.0.0
# via pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jinja2==3.1.4
# via torch
joblib==1.4.2
# via scikit-learn
keyring==25.6.0
# via hatch
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
mpmath==1.3.0
# via sympy
networkx==3.3
# via torch
numpy==1.26.4
# via
# interprot (pyproject.toml)
# pandas
# scikit-learn
# scipy
# transformers
packaging==24.1
# via
# hatch
# hatchling
# huggingface-hub
# pytest
# transformers
pandas==2.2.3
# via interprot (pyproject.toml)
pathspec==0.12.1
# via hatchling
pexpect==4.9.0
# via hatch
platformdirs==4.3.6
# via
# hatch
# virtualenv
pluggy==1.5.0
# via
# hatchling
# pytest
polars==1.7.1
# via interprot (pyproject.toml)
ptyprocess==0.7.0
# via pexpect
pygments==2.19.1
# via rich
pytest==8.3.3
# via interprot (pyproject.toml)
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via
# huggingface-hub
# transformers
regex==2024.9.11
# via transformers
requests==2.32.3
# via
# huggingface-hub
# transformers
rich==13.9.4
# via hatch
safetensors==0.4.5
# via transformers
scikit-learn==1.5.2
# via interprot (pyproject.toml)
scipy==1.14.1
# via
# interprot (pyproject.toml)
# scikit-learn
shellingham==1.5.4
# via hatch
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
sympy==1.13.2
# via torch
threadpoolctl==3.5.0
# via scikit-learn
tokenizers==0.19.1
# via transformers
tomli-w==1.2.0
# via hatch
tomlkit==0.13.2
# via hatch
torch==2.2.2
# via interprot (pyproject.toml)
tqdm==4.66.5
# via
# huggingface-hub
# interprot (pyproject.toml)
# transformers
transformers==4.44.2
# via interprot (pyproject.toml)
trove-classifiers==2025.1.15.22
# via hatchling
typing-extensions==4.12.2
# via
# anyio
# huggingface-hub
# torch
tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
userpath==1.9.2
# via hatch
uv==0.5.26
# via hatch
virtualenv==20.29.1
# via hatch
zipp==3.21.0
# via importlib-metadata
zstandard==0.23.0
# via hatch