python312Packages.torchrl: 0.7.1 -> 0.7.2

Diff: https://github.com/pytorch/rl/compare/refs/tags/v0.7.1...v0.7.2

Changelog: https://github.com/pytorch/rl/releases/tag/v0.7.2
This commit is contained in:
Gaetan Lepage
2025-03-10 21:07:36 +01:00
parent 71232d9b9a
commit 596c56b197
@@ -38,7 +38,7 @@
tensorboard,
wandb,
# checks
# tests
imageio,
pytest-rerunfailures,
pytestCheckHook,
@@ -48,14 +48,14 @@
buildPythonPackage rec {
pname = "torchrl";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "rl";
tag = "v${version}";
hash = "sha256-+GE84GusipNZ18euV8ag0AbOtUrYfOxUAeXeCgF2OiI=";
hash = "sha256-hcCZSASAp9jbOhbFLJndridYn76R99K+LxRxQl3uaxM=";
};
build-system = [
@@ -183,7 +183,7 @@ buildPythonPackage rec {
meta = {
description = "Modular, primitive-first, python-first PyTorch library for Reinforcement Learning";
homepage = "https://github.com/pytorch/rl";
changelog = "https://github.com/pytorch/rl/releases/tag/${src.tag}";
changelog = "https://github.com/pytorch/rl/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ GaetanLepage ];
# torhcrl is not compatible with our current version of gymnasium (>=1.0)