Skip to content

Commit

Permalink
python312Packages.tensordict: 0.7.0 -> 0.7.1 (#383079)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Feb 18, 2025
2 parents 5cb0276 + 24a5f5c commit 332682c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tensordict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

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

src = fetchFromGitHub {
owner = "pytorch";
repo = "tensordict";
tag = "v${version}";
hash = "sha256-KbCNBFewMx4kaWMoV+zREj6XTZiwmR4/I3zpf55wuOQ=";
hash = "sha256-tUm1uV9k/IDlR3y/e1aIlU1bjDeh2+zdJdxu8Z9x3es=";
};

build-system = [
Expand Down
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 332682c

Please sign in to comment.