Loading pkgs/development/python-modules/vllm/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -335,14 +335,14 @@ in buildPythonPackage.override { stdenv = torch.stdenv; } (finalAttrs: { pname = "vllm"; version = "0.15.1"; version = "0.16.0"; pyproject = true; src = fetchFromGitHub { owner = "vllm-project"; repo = "vllm"; tag = "v${finalAttrs.version}"; hash = "sha256-qsAvcOB8ugGlBqBrLfNHqaIUcxLwaXBTg8xWRnGyd94="; hash = "sha256-7E67xVRlKmm+Hbp5nphhwH8SQC9LpCFNBfF2ZAOt79k="; }; patches = [ Loading @@ -367,7 +367,8 @@ buildPythonPackage.override { stdenv = torch.stdenv; } (finalAttrs: { # pythonRelaxDeps does not cover build-system substituteInPlace pyproject.toml \ --replace-fail "torch ==" "torch >=" \ --replace-fail "setuptools>=77.0.3,<81.0.0" "setuptools" --replace-fail "setuptools>=77.0.3,<81.0.0" "setuptools" \ --replace-fail "grpcio-tools==1.78.0" "grpcio" # Ignore the python version check because it hard-codes minor versions and # lags behind `ray`'s python interpreter support Loading Loading
pkgs/development/python-modules/vllm/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -335,14 +335,14 @@ in buildPythonPackage.override { stdenv = torch.stdenv; } (finalAttrs: { pname = "vllm"; version = "0.15.1"; version = "0.16.0"; pyproject = true; src = fetchFromGitHub { owner = "vllm-project"; repo = "vllm"; tag = "v${finalAttrs.version}"; hash = "sha256-qsAvcOB8ugGlBqBrLfNHqaIUcxLwaXBTg8xWRnGyd94="; hash = "sha256-7E67xVRlKmm+Hbp5nphhwH8SQC9LpCFNBfF2ZAOt79k="; }; patches = [ Loading @@ -367,7 +367,8 @@ buildPythonPackage.override { stdenv = torch.stdenv; } (finalAttrs: { # pythonRelaxDeps does not cover build-system substituteInPlace pyproject.toml \ --replace-fail "torch ==" "torch >=" \ --replace-fail "setuptools>=77.0.3,<81.0.0" "setuptools" --replace-fail "setuptools>=77.0.3,<81.0.0" "setuptools" \ --replace-fail "grpcio-tools==1.78.0" "grpcio" # Ignore the python version check because it hard-codes minor versions and # lags behind `ray`'s python interpreter support Loading