python312Packages.torchmetrics: 1.4.1 -> 1.4.2 (#341657)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-14 00:45:44 +02:00 committed by GitHub
commit d1f47067c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
# dependencies
@ -29,19 +28,17 @@
let
pname = "torchmetrics";
version = "1.4.1";
version = "1.4.2";
in
buildPythonPackage {
inherit pname version;
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "torchmetrics";
rev = "refs/tags/v${version}";
hash = "sha256-NOxj1vVY9ynCS/Pf6V+ONNx50jjKqfkhzYbc60Sf4Qw=";
hash = "sha256-YieIz99QFnuW3hTtNFgxhkNnSXGsTG2qqYhRCyvZo7Q=";
};
dependencies = [