mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.pytorch-lightning: 2.5.1 -> 2.5.1.post0
Diff: https://github.com/Lightning-AI/pytorch-lightning/compare/refs/tags/2.5.1...refs/tags/2.5.1.post0 Changelog: https://github.com/Lightning-AI/pytorch-lightning/releases/tag/2.5.1.post0
This commit is contained in:
parent
3741b9b1e6
commit
f0f872db5c
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytorch-lightning";
|
pname = "pytorch-lightning";
|
||||||
version = "2.5.1";
|
version = "2.5.1.post0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Lightning-AI";
|
owner = "Lightning-AI";
|
||||||
repo = "pytorch-lightning";
|
repo = "pytorch-lightning";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-vGs+byt+/9tIMNYc2VmyN5vhj21ZFnaYsg4v2zeKzEM=";
|
hash = "sha256-Vp9RpoyqHiMw3BchmenXgfmmm95uIjuhkhyq1ZrBiiI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue