Skip to content

Commit

Permalink
[Patch] Update alf package with pybind11 _penv
Browse files Browse the repository at this point in the history
  • Loading branch information
breakds committed Sep 15, 2023
1 parent ffeafa4 commit e54b191
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ lib
, buildPythonPackage
, pythonRelaxDepsHook
, pybind11
, boost
, pytorchWithCuda11
, torchvisionWithCuda11
, torchWithoutCuda
Expand Down Expand Up @@ -41,6 +43,11 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];

buildInputs = [
pybind11
boost
];

pythonRelaxDeps = [
"matplotlib"
"torchvision"
Expand Down

0 comments on commit e54b191

Please sign in to comment.