python312Packages.optimum: 1.17.1 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-03-25 14:39:30 +00:00
parent b1b78f4369
commit 5a20300142

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.17.1";
version = "1.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-21y7pFRCZqwNaZR+TcXH2KIK5IZuLVq0wgIQqByyEf8=";
hash = "sha256-svNavPO/3ARqcBDpvaAdbbSqFpzgUY72vy2J1d4Bt90=";
};
propagatedBuildInputs = [