python3Packages.torchrl: 0.11.1 -> 0.13.1
Diff: https://github.com/pytorch/rl/compare/v0.11.1...v0.13.1 Changelog: https://github.com/pytorch/rl/releases/tag/v0.13.1
This commit is contained in:
@@ -75,14 +75,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "torchrl";
|
||||
version = "0.11.1";
|
||||
version = "0.13.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytorch";
|
||||
repo = "rl";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-1S/A9zb6hlRYIV8Jf1lQ31TzxuA16lDiQHTu+Y6WSQk=";
|
||||
hash = "sha256-S0jfngqmRQwIVGHM72KUnp/TlR2js+QLRpsX6abiv84=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user