Merge pull request #289996 from r-ryantm/auto-update/python311Packages.optimum

python311Packages.optimum: 1.17.0 -> 1.17.1
This commit is contained in:
OTABI Tomoya 2024-02-20 09:44:05 +09:00 committed by GitHub
commit 4161476ff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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