python3Packages.tensordict: 0.5.0 -> 0.6.2

https://github.com/pytorch/tensordict/releases/tag/v0.6.2
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:37 +01:00
parent b93d939a92
commit 9d00bbeeeb
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "tensordict";
version = "0.5.0";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "pytorch";
repo = "tensordict";
tag = "v${version}";
hash = "sha256-jnRlN9gefR77pioIXf0qM1CP6EtpeQkBvVIecGkb/pw=";
hash = "sha256-dsbpk0O5Gs5WUfi3ENqHdpy4rWoBjm1i44+ycp0jDJ0=";
};
build-system = [
@@ -97,7 +97,7 @@ buildPythonPackage rec {
meta = {
description = "Pytorch dedicated tensor container";
changelog = "https://github.com/pytorch/tensordict/releases/tag/v${version}";
changelog = "https://github.com/pytorch/tensordict/releases/tag/${src.tag}";
homepage = "https://github.com/pytorch/tensordict";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];