vllm: unpin from python 3.12 (#490322)

This commit is contained in:
Gaétan Lepage
2026-02-14 09:15:24 +00:00
committed by GitHub
+1 -3
View File
@@ -7716,9 +7716,7 @@ with pkgs;
hdf5 = hdf5.override { usev110Api = true; };
};
# Temporarily use python 3.12
# See: https://github.com/vllm-project/vllm/issues/12083
vllm = with python312Packages; toPythonApplication vllm;
vllm = with python3Packages; toPythonApplication vllm;
vte-gtk4 = vte.override {
gtkVersion = "4";