python312Packages.optimum: 1.21.4 -> 1.22.0

This commit is contained in:
R. Ryantm
2024-09-13 12:44:39 +00:00
parent a0620779ec
commit cfb328d74b
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.21.4";
version = "1.22.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-ElF+RmZjsXhaA8yhTEK2kp5gigGheyJL36R8e0hSgzA=";
hash = "sha256-fVpSoa6s7puYO8BiA6aSAhSOTfiZJgaX5iwYkd9VdVo=";
};
build-system = [ setuptools ];