We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88e1c39 + 201215e commit 5a837cbCopy full SHA for 5a837cb
pkgs/development/python-modules/tensordict/default.nix
@@ -11,6 +11,7 @@
11
12
# nativeBuildInputs
13
cmake,
14
+ ninja,
15
16
# dependencies
17
cloudpickle,
@@ -27,14 +28,14 @@
27
28
29
buildPythonPackage rec {
30
pname = "tensordict";
- version = "0.8.1";
31
+ version = "0.8.2";
32
pyproject = true;
33
34
src = fetchFromGitHub {
35
owner = "pytorch";
36
repo = "tensordict";
37
tag = "v${version}";
- hash = "sha256-yEwuCsIKNHQf8iCSB38R8mJXvdOi0+MeNk9M9+jWfxU=";
38
+ hash = "sha256-Qk+pVSwKAIOz6EczGjf4gsOsxAno/vHCgO1EQZDNTsk=";
39
};
40
41
build-system = [
@@ -45,6 +46,7 @@ buildPythonPackage rec {
45
46
47
nativeBuildInputs = [
48
cmake
49
+ ninja
50
];
51
dontUseCmakeConfigure = true;
52
0 commit comments