Skip to content

Commit 180b3bf

Browse files
Pip reqs updated
1 parent 76f85f3 commit 180b3bf

File tree

2 files changed

+96
-4
lines changed

2 files changed

+96
-4
lines changed

requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ pytest
1010
pytest-cov
1111
pytest-vcr
1212
python-dotenv
13+
py-ulid
14+
wtpsplit

requirements.txt

Lines changed: 94 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7+
adapters==1.1.0
8+
# via wtpsplit
79
aiohappyeyeballs==2.4.6
810
# via aiohttp
911
aiohttp==3.11.12
@@ -27,6 +29,8 @@ black==25.1.0
2729
# via -r requirements.in
2830
build==1.2.2.post1
2931
# via pip-tools
32+
cached-property==2.0.1
33+
# via wtpsplit
3034
certifi==2025.1.31
3135
# via
3236
# httpcore
@@ -45,14 +49,22 @@ colorama==0.4.6
4549
# click
4650
# pytest
4751
# tqdm
52+
coloredlogs==15.0.1
53+
# via onnxruntime
4854
coverage[toml]==7.6.12
4955
# via
5056
# -r requirements.in
5157
# pytest-cov
5258
distro==1.9.0
5359
# via openai
60+
docopt==0.6.2
61+
# via mosestokenizer
5462
filelock==3.17.0
55-
# via huggingface-hub
63+
# via
64+
# huggingface-hub
65+
# transformers
66+
flatbuffers==25.2.10
67+
# via onnxruntime
5668
frozenlist==1.5.0
5769
# via
5870
# aiohttp
@@ -68,7 +80,13 @@ httpx==0.28.1
6880
# litellm
6981
# openai
7082
huggingface-hub==0.29.1
71-
# via tokenizers
83+
# via
84+
# skops
85+
# tokenizers
86+
# transformers
87+
# wtpsplit
88+
humanfriendly==10.0
89+
# via coloredlogs
7290
idna==3.10
7391
# via
7492
# anyio
@@ -85,6 +103,8 @@ jinja2==3.1.5
85103
# litellm
86104
jiter==0.8.2
87105
# via openai
106+
joblib==1.4.2
107+
# via scikit-learn
88108
jsonschema==4.23.0
89109
# via litellm
90110
jsonschema-specifications==2024.10.1
@@ -93,21 +113,43 @@ litellm==1.61.13
93113
# via -r requirements.in
94114
markupsafe==3.0.2
95115
# via jinja2
116+
mosestokenizer==1.2.1
117+
# via wtpsplit
118+
mpmath==1.3.0
119+
# via sympy
96120
multidict==6.1.0
97121
# via
98122
# aiohttp
99123
# yarl
100124
mypy-extensions==1.0.0
101125
# via black
126+
numpy==2.2.3
127+
# via
128+
# onnxruntime
129+
# pandas
130+
# scikit-learn
131+
# scipy
132+
# transformers
133+
# wtpsplit
134+
onnxruntime==1.20.1
135+
# via wtpsplit
102136
openai==1.63.2
103137
# via litellm
138+
openfile==0.0.7
139+
# via mosestokenizer
104140
packaging==24.2
105141
# via
142+
# adapters
106143
# black
107144
# build
108145
# huggingface-hub
146+
# onnxruntime
109147
# pip-upgrade-tool
110148
# pytest
149+
# skops
150+
# transformers
151+
pandas==2.2.3
152+
# via wtpsplit
111153
pathspec==0.12.1
112154
# via black
113155
pip-tools==7.4.1
@@ -122,6 +164,10 @@ propcache==0.3.0
122164
# via
123165
# aiohttp
124166
# yarl
167+
protobuf==5.29.3
168+
# via onnxruntime
169+
py-ulid==1.0.3
170+
# via -r requirements.in
125171
pydantic==2.10.6
126172
# via
127173
# -r requirements.in
@@ -133,6 +179,8 @@ pyproject-hooks==1.2.0
133179
# via
134180
# build
135181
# pip-tools
182+
pyreadline3==3.5.4
183+
# via humanfriendly
136184
pytest==8.3.4
137185
# via
138186
# -r requirements.in
@@ -142,40 +190,76 @@ pytest-cov==6.0.0
142190
# via -r requirements.in
143191
pytest-vcr==1.0.2
144192
# via -r requirements.in
193+
python-dateutil==2.9.0.post0
194+
# via pandas
145195
python-dotenv==1.0.1
146196
# via
147197
# -r requirements.in
148198
# litellm
199+
pytz==2025.1
200+
# via pandas
149201
pyyaml==6.0.2
150202
# via
151203
# huggingface-hub
204+
# transformers
152205
# vcrpy
153206
referencing==0.36.2
154207
# via
155208
# jsonschema
156209
# jsonschema-specifications
157210
regex==2024.11.6
158-
# via tiktoken
211+
# via
212+
# tiktoken
213+
# transformers
159214
requests==2.32.3
160215
# via
161216
# huggingface-hub
162217
# tiktoken
218+
# transformers
163219
rpds-py==0.23.1
164220
# via
165221
# jsonschema
166222
# referencing
223+
safetensors==0.5.2
224+
# via transformers
225+
scikit-learn==1.6.1
226+
# via
227+
# skops
228+
# wtpsplit
229+
scipy==1.15.2
230+
# via scikit-learn
231+
six==1.17.0
232+
# via python-dateutil
233+
skops==0.11.0
234+
# via wtpsplit
167235
sniffio==1.3.1
168236
# via
169237
# anyio
170238
# openai
239+
sympy==1.13.3
240+
# via onnxruntime
241+
tabulate==0.9.0
242+
# via skops
243+
threadpoolctl==3.5.0
244+
# via scikit-learn
171245
tiktoken==0.9.0
172246
# via litellm
173247
tokenizers==0.21.0
174-
# via litellm
248+
# via
249+
# litellm
250+
# transformers
251+
toolwrapper==2.1.0
252+
# via mosestokenizer
175253
tqdm==4.67.1
176254
# via
177255
# huggingface-hub
178256
# openai
257+
# transformers
258+
# wtpsplit
259+
transformers==4.47.1
260+
# via
261+
# adapters
262+
# wtpsplit
179263
typing-extensions==4.12.2
180264
# via
181265
# anyio
@@ -184,6 +268,10 @@ typing-extensions==4.12.2
184268
# pydantic
185269
# pydantic-core
186270
# referencing
271+
tzdata==2025.1
272+
# via pandas
273+
uctools==1.3.0
274+
# via mosestokenizer
187275
urllib3==2.3.0
188276
# via
189277
# requests
@@ -194,6 +282,8 @@ wheel==0.45.1
194282
# via pip-tools
195283
wrapt==1.17.2
196284
# via vcrpy
285+
wtpsplit==2.1.4
286+
# via -r requirements.in
197287
yarl==1.18.3
198288
# via
199289
# aiohttp

0 commit comments

Comments
 (0)