From 09df97d71ac9a72291981fe95f60cd0091e4715c Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Tue, 28 Jan 2025 23:19:16 -0500 Subject: [PATCH] python312Packages.skops: 0.10 -> 0.11.0 --- pkgs/development/python-modules/skops/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/skops/default.nix b/pkgs/development/python-modules/skops/default.nix index 8cee781bcc40..908596bee25e 100644 --- a/pkgs/development/python-modules/skops/default.nix +++ b/pkgs/development/python-modules/skops/default.nix @@ -3,7 +3,7 @@ buildPythonPackage, fetchFromGitHub, pythonOlder, - setuptools, + hatchling, pytestCheckHook, pytest-cov-stub, huggingface-hub, @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "skops"; - version = "0.10"; + version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -26,10 +26,10 @@ buildPythonPackage rec { owner = "skops-dev"; repo = "skops"; tag = "v${version}"; - hash = "sha256-2uX5sGVdTnZEbl0VXI8E7h1pQYQVbpQeUKUchCZpgg4="; + hash = "sha256-23Wy/VSd/CvpqT/zDX4ApplfsUwbjOj9q+T8YCKs8X4="; }; - build-system = [ setuptools ]; + build-system = [ hatchling ]; dependencies = [ huggingface-hub