Unverified Commit 683f932c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vllm: unpin from python 3.12 (#490322)

parents bea7b4f3 2d9ec18d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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";