python312Packages.tensordict: 0.8.2 -> 0.8.3, python312Packages.torchrl: 0.8.0 -> 0.8.1 (#408149)

This commit is contained in:
Gaétan Lepage
2025-05-18 10:23:15 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "tensordict";
version = "0.8.2";
version = "0.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "tensordict";
tag = "v${version}";
hash = "sha256-Qk+pVSwKAIOz6EczGjf4gsOsxAno/vHCgO1EQZDNTsk=";
hash = "sha256-d/6JKGFcFLXY9pxsnP27uwnAnIQ9EKvfTS30DCwQrCM=";
};
build-system = [
@@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "torchrl";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "rl";
tag = "v${version}";
hash = "sha256-icT+QeA2FNhZjwD0ykui4aq5WswDv2i1QRh7dNlA4Cg=";
hash = "sha256-ANoqIAVKSq023hG83Q71t8oLzud1LeVN5WVPYL3nOks=";
};
build-system = [