Commit 2d9ec18d authored by Wulfsta's avatar Wulfsta
Browse files

vllm: unpin from python 3.12

parent ec7c70d1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -7771,9 +7771,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";