python3Packages.caffeWithCuda: init at 1.0

This commit is contained in:
Samuel Ainsworth
2022-04-03 03:09:52 +00:00
parent a60ab2a1c7
commit 8b9bbbc979
+5
View File
@@ -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 { };