mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
python310Packages.torchmetrics: 0.9.2 -> 0.9.3
This commit is contained in:
parent
34fde40edd
commit
877bdbd2c3
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "torchmetrics";
|
pname = "torchmetrics";
|
||||||
version = "0.9.2";
|
version = "0.9.3";
|
||||||
in
|
in
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage {
|
|||||||
owner = "PyTorchLightning";
|
owner = "PyTorchLightning";
|
||||||
repo = "metrics";
|
repo = "metrics";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-zkdmWxaTPTMyLe7P/zVfgKSYDCec3uh0eqCtahByMlY=";
|
hash = "sha256-L2p8UftRkuBuRJX4V5+OYkJeJ5pCK3MvfA1OvSfgglY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user