python311Packages.optimum: 1.13.1 -> 1.13.3

This commit is contained in:
R. Ryantm 2023-11-04 20:10:15 +00:00
parent b4c0c733b3
commit 784c3e1c60

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.13.1";
version = "1.13.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-heTyGgHC9tfS0hFv83sdxVApcXa63GQLG9Nwgi30GFo=";
hash = "sha256-4bKQcltUr7q8wHfiRXQcK5dw0TrnMr9/bTNXeOyg7oA=";
};
propagatedBuildInputs = [