@@ -89,7 +89,6 @@ engine = [
8989 " langchain-core" ,
9090 " json-repair" ,
9191 " matplotlib" ,
92- " numpy<2" ,
9392 " outlines_core==0.2.13" ,
9493 " outlines>=1.0.0" ,
9594 " prv-accountant" ,
@@ -118,50 +117,50 @@ engine = [
118117cpu = [
119118 " accelerate" ,
120119 " bitsandbytes==0.49.1" ,
121- " flashinfer-python==0.5.3 ; sys_platform=='linux'" ,
122- " flashinfer-cubin==0.5.3 ; sys_platform=='linux'" ,
123- " faiss-cpu==1.9.0 " ,
120+ " flashinfer-python==0.6.1 ; sys_platform=='linux'" ,
121+ " flashinfer-cubin==0.6.1 ; sys_platform=='linux'" ,
122+ " faiss-cpu==1.13.2 " ,
124123 " gliner" ,
125124 " kernels>=0.12.1" ,
126125 " peft" ,
127126 " opacus" ,
128127 " sentence-transformers" ,
129- " torch==2.9.0 ; sys_platform == 'darwin'" ,
130- " torch==2.9.0 +cpu; sys_platform == 'linux'" ,
131- " torchvision==0.24.0 ; sys_platform == 'darwin'" ,
132- " torchvision==0.24.0 +cpu; sys_platform == 'linux'" ,
128+ " torch==2.9.1 ; sys_platform == 'darwin'" ,
129+ " torch==2.9.1 +cpu; sys_platform == 'linux'" ,
130+ " torchvision==0.24.1 ; sys_platform == 'darwin'" ,
131+ " torchvision==0.24.1 +cpu; sys_platform == 'linux'" ,
133132 " torchao==0.14.1" ,
134133 " transformers==4.57.3" ,
135134 " triton>=2.0.0; sys_platform=='linux'" ,
136135 " trl>=0.23.0" ,
137136 " unsloth[cu128-torch290]==2025.12.4" ,
138137 " unsloth_zoo==2025.12.4" ,
139- " vllm==0.11.1 " ,
138+ " vllm==0.15.0 " ,
140139]
141140
142141cu128 = [
143142 " accelerate" ,
144143 " bitsandbytes==0.49.1" ,
145- " faiss-gpu-cu12==1.9.0 ; sys_platform == 'linux'" ,
146- " flashinfer-python==0.5.3 ; sys_platform == 'linux'" ,
147- " flashinfer-cubin==0.5.3 ; sys_platform == 'linux'" ,
148- " flashinfer-jit-cache==0.5.3 +cu128; sys_platform == 'linux'" ,
144+ " faiss-gpu-cu12==1.13.2 ; sys_platform == 'linux'" ,
145+ " flashinfer-python==0.6.1 ; sys_platform == 'linux'" ,
146+ " flashinfer-cubin==0.6.1 ; sys_platform == 'linux'" ,
147+ " flashinfer-jit-cache==0.6.1 +cu128; sys_platform == 'linux'" ,
149148 " gliner" ,
150149 " kernels>=0.12.1" ,
151150 " nvidia-cublas-cu12; sys_platform == 'linux'" ,
152151 " nvidia-ml-py; sys_platform == 'linux'" ,
153152 " opacus" ,
154153 " peft" ,
155154 " sentence-transformers" ,
156- " torch==2.9.0 +cu128; sys_platform == 'linux'" ,
157- " torchvision==0.24.0 +cu128; sys_platform == 'linux'" ,
155+ " torch==2.9.1 +cu128; sys_platform == 'linux'" ,
156+ " torchvision==0.24.1 +cu128; sys_platform == 'linux'" ,
158157 " torchao==0.14.1; sys_platform == 'linux'" ,
159158 " transformers==4.57.3" ,
160159 " triton>=2.0.0" ,
161160 " trl>=0.23.0" ,
162161 " unsloth[cu128-torch290]==2025.12.4" ,
163162 " unsloth_zoo==2025.12.4" ,
164- " vllm==0.11.1 " ,
163+ " vllm==0.15.0 " ,
165164 " xformers==0.0.33.post1; sys_platform == 'linux'" ,
166165]
167166
@@ -188,9 +187,9 @@ dependency-metadata = [
188187
189188
190189override-dependencies = [
191- " outlines_core==0.2.13" , # there's a conflict with vllm's (nss) pin on outlines_core==0.2.10 but this version works.
192- " flashinfer-python==0.5.3 ; sys_platform != 'darwin'" , # uv locking won't find the matching versions of flashinfer-python and -cubin without overriding
193- " flashinfer-cubin==0.5.3 ; sys_platform != 'darwin'" , # perhaps because the published wheels have some wrong metadata
190+ " outlines_core==0.2.13" , # override vllm's pin to align with our tested version
191+ " flashinfer-python==0.6.1 ; sys_platform != 'darwin'" , # uv locking won't find the matching versions of flashinfer-python and -cubin without overriding
192+ " flashinfer-cubin==0.6.1 ; sys_platform != 'darwin'" , # perhaps because the published wheels have some wrong metadata
194193]
195194
196195environments = [
@@ -203,7 +202,7 @@ environments = [
203202 " sys_platform == 'linux' and platform_machine == 'aarch64'" ,
204203]
205204
206- constraint-dependencies = [" torch==2.9.0 " , " regex==2025.07.34" , " pandas<3" ]
205+ constraint-dependencies = [" torch==2.9.1 " , " regex==2025.07.34" , " pandas<3" ]
207206
208207
209208
0 commit comments