Skip to content

Commit a7ee2ba

Browse files
committed
1 parent c9ce18f commit a7ee2ba

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/torchmetrics

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/torchmetrics/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
buildPythonPackage rec {
2626
pname = "torchmetrics";
27-
version = "1.6.1";
27+
version = "1.6.2";
2828
pyproject = true;
2929

3030
src = fetchFromGitHub {
3131
owner = "Lightning-AI";
3232
repo = "torchmetrics";
3333
tag = "v${version}";
34-
hash = "sha256-itLFJB920hQGX2VLOLolHhmXFVHAOkfRRFtUGB9neKM=";
34+
hash = "sha256-IPhBgGciB/3IFYVX+miID4oQ+5CpcjvAHiufxKiHzFw=";
3535
};
3636

3737
dependencies = [

0 commit comments

Comments
 (0)