python310Packages.torchmetrics: 0.11.3 -> 0.11.4
This commit is contained in:
parent
78963777a4
commit
1d31f5a144
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
let
|
||||
pname = "torchmetrics";
|
||||
version = "0.11.3";
|
||||
version = "0.11.4";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage {
|
|||
owner = "PyTorchLightning";
|
||||
repo = "metrics";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-cyzAY5NKP+SgoZmwBBLsI0yQ1M4jdOB6/9+/k/+5mns=";
|
||||
hash = "sha256-K8QLdDpnS4N8s3zXsifFloRXW/QXEm36mJXXKEBEJBs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue