Skip to content

Commit

Permalink
python312Packages.torchrl: 0.7.0 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 18, 2025
1 parent 2d640b6 commit 24a5f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/torchrl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@

buildPythonPackage rec {
pname = "torchrl";
version = "0.7.0";
version = "0.7.1";
pyproject = true;

src = fetchFromGitHub {
owner = "pytorch";
repo = "rl";
tag = "v${version}";
hash = "sha256-SMVm1XfHHqSkWTDVSqqO3kIxMBgV9A+XrEpJ56AyaBE=";
hash = "sha256-+GE84GusipNZ18euV8ag0AbOtUrYfOxUAeXeCgF2OiI=";
};

build-system = [
Expand Down

0 comments on commit 24a5f5c

Please sign in to comment.