Merge pull request #230521 from r-ryantm/auto-update/python310Packages.pytorch-lightning

python310Packages.pytorch-lightning: 1.9.3 -> 2.0.2
This commit is contained in:
Jonas Heinrich 2023-05-08 17:14:40 +02:00 committed by GitHub
commit 0323945093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "1.9.3";
version = "2.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-Xftm2gLNXnBUEPX0ULjSx8LpS5t4k+g64cxUgCAaz2w=";
hash = "sha256-MSztKWjg/7J+4+sv4sqFlucaYuQlGoehtcUTiqNUlPA=";
};
preConfigure = ''