python312Packages.optimum: 1.23.0 -> 1.23.3

This commit is contained in:
R. Ryantm
2024-11-29 13:47:03 +00:00
parent b8d9c3b2ad
commit 79662325cb
@@ -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 ];