python3Packages.optimum: 1.26.1 -> 1.27.0

https://github.com/huggingface/optimum/releases/tag/v1.27.0

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
optimum
+2 -2
pkgs/development/python-modules/optimum/default.nix
···
buildPythonPackage rec {
pname = "optimum";
-
version = "1.26.1";
+
version = "1.27.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "huggingface";
repo = "optimum";
tag = "v${version}";
-
hash = "sha256-GfUlvz7b0DlqBPibndRzUkszGnbYXg6E8u144ZFAZxA=";
+
hash = "sha256-ZH7D3dc6f33Jl1JN7BIGUhTXDxOLv0FR9T3c5LMmhiY=";
};
build-system = [ setuptools ];