python3Packages.pytorch-lightning: 2.6.0 -> 2.6.1 (#485715)
This commit is contained in:
@@ -22,21 +22,19 @@
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pytorch-lightning";
|
||||
version = "2.6.0";
|
||||
version = "2.6.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Lightning-AI";
|
||||
repo = "pytorch-lightning";
|
||||
tag = version;
|
||||
hash = "sha256-zmFA9/tz0C06LmQ37wHeoR1kBHKdoz/D1cKWMoeWHzs=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-zOSV2X3yZy0uh1lJ2yNl/hHBvfIDcIrATHtiRwThsQA=";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
export PACKAGE_NAME=pytorch
|
||||
'';
|
||||
env.PACKAGE_NAME = "pytorch";
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
@@ -67,8 +65,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Lightweight PyTorch wrapper for machine learning researchers";
|
||||
homepage = "https://github.com/Lightning-AI/pytorch-lightning";
|
||||
changelog = "https://github.com/Lightning-AI/pytorch-lightning/releases/tag/${src.tag}";
|
||||
changelog = "https://github.com/Lightning-AI/pytorch-lightning/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ tbenst ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user