Skip to content

Commit 5a837cb

Browse files
authored
python312Packages.tensordict: 0.8.1 -> 0.8.2 (#404487)
2 parents 88e1c39 + 201215e commit 5a837cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/tensordict/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
# nativeBuildInputs
1313
cmake,
14+
ninja,
1415

1516
# dependencies
1617
cloudpickle,
@@ -27,14 +28,14 @@
2728

2829
buildPythonPackage rec {
2930
pname = "tensordict";
30-
version = "0.8.1";
31+
version = "0.8.2";
3132
pyproject = true;
3233

3334
src = fetchFromGitHub {
3435
owner = "pytorch";
3536
repo = "tensordict";
3637
tag = "v${version}";
37-
hash = "sha256-yEwuCsIKNHQf8iCSB38R8mJXvdOi0+MeNk9M9+jWfxU=";
38+
hash = "sha256-Qk+pVSwKAIOz6EczGjf4gsOsxAno/vHCgO1EQZDNTsk=";
3839
};
3940

4041
build-system = [
@@ -45,6 +46,7 @@ buildPythonPackage rec {
4546

4647
nativeBuildInputs = [
4748
cmake
49+
ninja
4850
];
4951
dontUseCmakeConfigure = true;
5052

0 commit comments

Comments
 (0)