Skip to content

Commit 74779b9

Browse files
committed
Fix dependencies
1 parent f593fec commit 74779b9

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies = [
1414
"emoji>=2.12.1",
1515
"fugashi>=1.3.2",
1616
"unidic-lite>=1.0.8",
17-
"s2wrapper @ git+https://github.com/bfshi/scaling_on_scales.git",
1817
]
1918
readme = "README.md"
2019
requires-python = ">= 3.12.1"
@@ -58,8 +57,6 @@ dev-dependencies = [
5857
"transformers>=4.45.2",
5958
"accelerate>=0.34.2",
6059
"click>=8.1.7",
61-
"mantis-vl @ git+https://github.com/TIGER-AI-Lab/Mantis.git",
62-
"qwen-vl-utils>=0.0.8",
6360
]
6461

6562
[tool.hatch.metadata]

requirements-dev.lock

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
absl-py==2.1.0
1414
# via rouge-score
1515
accelerate==0.34.2
16-
# via mantis-vl
1716
aiohappyeyeballs==2.4.0
1817
# via aiohttp
1918
aiohttp==3.10.5
@@ -28,8 +27,6 @@ anyio==4.6.0
2827
# via openai
2928
attrs==24.2.0
3029
# via aiohttp
31-
av==13.1.0
32-
# via qwen-vl-utils
3330
certifi==2024.8.30
3431
# via httpcore
3532
# via httpx
@@ -44,14 +41,12 @@ cycler==0.12.1
4441
# via matplotlib
4542
datasets==2.18.0
4643
# via eval-mm
47-
# via mantis-vl
4844
dill==0.3.8
4945
# via datasets
5046
# via multiprocess
5147
distro==1.9.0
5248
# via openai
5349
einops==0.8.0
54-
# via s2wrapper
5550
emoji==2.13.2
5651
# via eval-mm
5752
et-xmlfile==1.1.0
@@ -100,7 +95,6 @@ joblib==1.4.2
10095
# via nltk
10196
kiwisolver==1.4.7
10297
# via matplotlib
103-
mantis-vl @ git+https://github.com/TIGER-AI-Lab/Mantis.git@18867d0e3392a294905eecbc440780fd5c512bd6
10498
markupsafe==2.1.5
10599
# via jinja2
106100
matplotlib==3.9.2
@@ -167,15 +161,12 @@ packaging==24.1
167161
# via huggingface-hub
168162
# via matplotlib
169163
# via pytest
170-
# via qwen-vl-utils
171164
# via transformers
172165
pandas==2.2.3
173166
# via datasets
174167
# via seaborn
175168
pillow==10.4.0
176-
# via mantis-vl
177169
# via matplotlib
178-
# via qwen-vl-utils
179170
# via torchvision
180171
pluggy==1.5.0
181172
# via pytest
@@ -205,7 +196,6 @@ pyyaml==6.0.2
205196
# via huggingface-hub
206197
# via timm
207198
# via transformers
208-
qwen-vl-utils==0.0.8
209199
regex==2024.9.11
210200
# via nltk
211201
# via tiktoken
@@ -214,21 +204,17 @@ requests==2.32.3
214204
# via datasets
215205
# via eval-mm
216206
# via huggingface-hub
217-
# via qwen-vl-utils
218207
# via tiktoken
219208
# via transformers
220209
rouge-score==0.1.2
221210
# via eval-mm
222211
ruff==0.6.7
223-
s2wrapper @ git+https://github.com/bfshi/scaling_on_scales.git@ea1435a5e2aa7dadded22de2329d4d657d0aa164
224-
# via eval-mm
225212
safetensors==0.4.5
226213
# via accelerate
227214
# via timm
228215
# via transformers
229216
seaborn==0.13.2
230217
sentencepiece==0.2.0
231-
# via mantis-vl
232218
setuptools==75.1.0
233219
# via torch
234220
six==1.16.0
@@ -246,20 +232,17 @@ tokenizers==0.20.3
246232
# via transformers
247233
torch==2.4.0
248234
# via accelerate
249-
# via mantis-vl
250235
# via timm
251236
# via torchvision
252237
torchvision==0.19.0
253-
# via mantis-vl
254238
# via timm
255239
tqdm==4.66.5
256240
# via datasets
257241
# via huggingface-hub
258242
# via nltk
259243
# via openai
260244
# via transformers
261-
transformers==4.46.2
262-
# via mantis-vl
245+
transformers==4.46.3
263246
# via transformers-stream-generator
264247
transformers-stream-generator==0.0.5
265248
triton==3.0.0

requirements.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ dill==0.3.8
4141
# via multiprocess
4242
distro==1.9.0
4343
# via openai
44-
einops==0.8.0
45-
# via s2wrapper
4644
emoji==2.13.2
4745
# via eval-mm
4846
filelock==3.16.1
@@ -117,8 +115,6 @@ requests==2.32.3
117115
# via huggingface-hub
118116
rouge-score==0.1.2
119117
# via eval-mm
120-
s2wrapper @ git+https://github.com/bfshi/scaling_on_scales.git@ea1435a5e2aa7dadded22de2329d4d657d0aa164
121-
# via eval-mm
122118
six==1.16.0
123119
# via python-dateutil
124120
# via rouge-score

0 commit comments

Comments
 (0)