We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81040db + a6706df commit a84ebe2Copy full SHA for a84ebe2
pkgs/development/python-modules/pytorch-lightning/default.nix
@@ -25,14 +25,14 @@
25
26
buildPythonPackage rec {
27
pname = "pytorch-lightning";
28
- version = "2.5.0.post0";
+ version = "2.5.1";
29
pyproject = true;
30
31
src = fetchFromGitHub {
32
owner = "Lightning-AI";
33
repo = "pytorch-lightning";
34
tag = version;
35
- hash = "sha256-TkwDncyfv1VoV/IErUgF4p0Or5PJbwKoABqo1xXGLVg=";
+ hash = "sha256-vGs+byt+/9tIMNYc2VmyN5vhj21ZFnaYsg4v2zeKzEM=";
36
};
37
38
preConfigure = ''
0 commit comments