Unverified Commit e99b8f15 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

vllm: use python 3.12 temporarily (#418533)

parents 9fc91f7f dc86320b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9679,7 +9679,9 @@ with pkgs;
    hdf5 = hdf5.override { usev110Api = true; };
  };

  vllm = with python3Packages; toPythonApplication vllm;
  # Temporarily use python 3.12
  # See: https://github.com/vllm-project/vllm/issues/12083
  vllm = with python312Packages; toPythonApplication vllm;

  vte-gtk4 = vte.override {
    gtkVersion = "4";