File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323buildPythonPackage rec {
2424 pname = "tensordict" ;
25- version = "0.7.0 " ;
25+ version = "0.7.1 " ;
2626 pyproject = true ;
2727
2828 src = fetchFromGitHub {
2929 owner = "pytorch" ;
3030 repo = "tensordict" ;
3131 tag = "v${ version } " ;
32- hash = "sha256-KbCNBFewMx4kaWMoV+zREj6XTZiwmR4/I3zpf55wuOQ =" ;
32+ hash = "sha256-tUm1uV9k/IDlR3y/e1aIlU1bjDeh2+zdJdxu8Z9x3es =" ;
3333 } ;
3434
3535 build-system = [
Original file line number Diff line number Diff line change 4848
4949buildPythonPackage rec {
5050 pname = "torchrl" ;
51- version = "0.7.0 " ;
51+ version = "0.7.1 " ;
5252 pyproject = true ;
5353
5454 src = fetchFromGitHub {
5555 owner = "pytorch" ;
5656 repo = "rl" ;
5757 tag = "v${ version } " ;
58- hash = "sha256-SMVm1XfHHqSkWTDVSqqO3kIxMBgV9A+XrEpJ56AyaBE =" ;
58+ hash = "sha256-+GE84GusipNZ18euV8ag0AbOtUrYfOxUAeXeCgF2OiI =" ;
5959 } ;
6060
6161 build-system = [
You can’t perform that action at this time.
0 commit comments