From 596c56b197525cf1329ecedd46eebd0dbb69125f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 10 Mar 2025 21:03:39 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/torchrl/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/torchrl/default.nix b/pkgs/development/python-modules/torchrl/default.nix index d2131e808c51fc..13e8a5870a229c 100644 --- a/pkgs/development/python-modules/torchrl/default.nix +++ b/pkgs/development/python-modules/torchrl/default.nix @@ -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)