File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ classifiers = [
3030 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
3131 " Topic :: Scientific/Engineering :: Information Analysis" ,
3232]
33- requires-python = " >=3.10"
33+ requires-python = " >=3.10,<3.14 "
3434dynamic = [" version" ]
3535dependencies = [
3636 " setuptools>=64" ,
@@ -39,6 +39,9 @@ dependencies = [
3939 " datasets" ,
4040 " qwen_vl_utils" ,
4141 " vllm==0.13.0+cpu" ,
42+ " torch" ,
43+ " torchvision" ,
44+ " torchaudio" ,
4245 " optimum-rbln>=0.10.2a1" ,
4346]
4447
@@ -123,18 +126,19 @@ check_untyped_defs = true
123126follow_imports = " silent"
124127
125128[tool .uv ]
126- index-strategy = " unsafe-best-match"
127- required-environments = [
129+ environments = [
128130 " sys_platform == 'linux' and platform_machine == 'x86_64'"
129131]
130132
131133[[tool .uv .index ]]
132134name = " vllm-cpu"
133135url = " https://wheels.vllm.ai/0.13.0/cpu"
136+ explicit = true
134137
135138[[tool .uv .index ]]
136139name = " pytorch-cpu"
137140url = " https://download.pytorch.org/whl/cpu"
141+ explicit = true
138142
139143[tool .uv .sources ]
140144vllm = { index = " vllm-cpu" }
You can’t perform that action at this time.
0 commit comments