forked from mirrors/nixpkgs
python3Packages.caffeWithCuda: init at 1.0
This commit is contained in:
parent
a60ab2a1c7
commit
8b9bbbc979
|
@ -1459,6 +1459,11 @@ in {
|
|||
inherit (self) python numpy boost;
|
||||
});
|
||||
|
||||
caffeWithCuda = toPythonModule (pkgs.caffeWithCuda.override {
|
||||
pythonSupport = true;
|
||||
inherit (self) python numpy boost;
|
||||
});
|
||||
|
||||
cairocffi = callPackage ../development/python-modules/cairocffi { };
|
||||
|
||||
cairosvg = callPackage ../development/python-modules/cairosvg { };
|
||||
|
|
Loading…
Reference in a new issue