python312Packages.tensordict: 0.8.1 -> 0.8.2
Diff: https://github.com/pytorch/tensordict/compare/refs/tags/v0.8.1...refs/tags/v0.8.2 Changelog: https://github.com/pytorch/tensordict/releases/tag/v0.8.2
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
# nativeBuildInputs
|
||||
cmake,
|
||||
ninja,
|
||||
|
||||
# dependencies
|
||||
cloudpickle,
|
||||
@@ -27,14 +28,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tensordict";
|
||||
version = "0.8.1";
|
||||
version = "0.8.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytorch";
|
||||
repo = "tensordict";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yEwuCsIKNHQf8iCSB38R8mJXvdOi0+MeNk9M9+jWfxU=";
|
||||
hash = "sha256-Qk+pVSwKAIOz6EczGjf4gsOsxAno/vHCgO1EQZDNTsk=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -45,6 +46,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
];
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user