python312Packages.optimum: 1.23.0 -> 1.23.3 (#360128)

This commit is contained in:
OTABI Tomoya
2024-12-07 16:27:20 +09:00
committed by GitHub
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.23.0";
version = "1.23.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-1A430tvuUsMiVmDbISdj2g5l05D6FswGKsjdUBpZrP0=";
hash = "sha256-GJp1ukrYxEEwmkge31b02ROWZW5V23TtoEUjhycHpSg=";
};
build-system = [ setuptools ];