Skip to content

Commit

Permalink
Merge pull request #325921 from bcdarwin/update-pytorch-lightning
Browse files Browse the repository at this point in the history
python311Packages.pytorch-lightning: 2.2.5 -> 2.3.3
  • Loading branch information
risicle authored Jul 10, 2024
2 parents 54bc082 + 8630e9c commit b539810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytorch-lightning/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.2.5";
version = "2.3.3";
pyproject = true;

src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-2O6Gr9BdjI/WTU0+KTfOQG31xzHyBeqxGv97f3WxUMs=";
hash = "sha256-JgT+OiBToBBa3h556gF+kmcqLKLaK17tlTPokvEDyUE=";
};

preConfigure = ''
Expand Down

0 comments on commit b539810

Please sign in to comment.