python3Packages.optimum: 1.25.3 -> 1.26.1

This commit is contained in:
R. Ryantm
2025-06-17 16:30:03 +00:00
parent 1f622956bd
commit cb40ffffeb
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.25.3";
version = "1.26.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
tag = "v${version}";
hash = "sha256-SVyGtWFI5GjfxbaVKICf+QSSMYI62dDVMzphu8TngvY=";
hash = "sha256-GfUlvz7b0DlqBPibndRzUkszGnbYXg6E8u144ZFAZxA=";
};
build-system = [ setuptools ];