python3Packages.functorch: add pybind11 as dependency
This commit is contained in:
parent
605ce577fa
commit
1f94955861
@ -6,6 +6,7 @@
|
||||
, pytestCheckHook
|
||||
, python
|
||||
, pytorch
|
||||
, pybind11
|
||||
, which
|
||||
}:
|
||||
|
||||
@ -29,6 +30,10 @@ buildPythonPackage rec {
|
||||
which
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
pybind11
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
rm -rf functorch/
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user