Unverified Commit a1df2520 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #335170 from r-ryantm/auto-update/python312Packages.optimum

python312Packages.optimum: 1.21.3 -> 1.21.4
parents acecc709 b942556d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "optimum";
  version = "1.21.3";
  version = "1.21.4";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    owner = "huggingface";
    repo = "optimum";
    rev = "refs/tags/v${version}";
    hash = "sha256-eEfKWBwhtDkoAhsLH8P2ybM7aF/d2yREIv7/5RVz0Z8=";
    hash = "sha256-ElF+RmZjsXhaA8yhTEK2kp5gigGheyJL36R8e0hSgzA=";
  };

  build-system = [ setuptools ];