tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
caffe2: python36Packages -> python3Packages
Martin Weinelt
4 years ago
77c4e2f8
3a611c6f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
all-packages.nix
+2
-2
pkgs/top-level/all-packages.nix
···
31090
31090
} // (config.caffe or {}));
31091
31091
31092
31092
caffe2 = callPackage ../development/libraries/science/math/caffe2 (rec {
31093
31093
-
inherit (python36Packages) python future six numpy pydot;
31093
31093
+
inherit (python3Packages) python future six numpy pydot;
31094
31094
protobuf = protobuf3_1;
31095
31095
-
python-protobuf = python36Packages.protobuf.override { inherit protobuf; };
31095
31095
+
python-protobuf = python3Packages.protobuf.override { inherit protobuf; };
31096
31096
opencv3 = opencv3WithoutCuda; # Used only for image loading.
31097
31097
});
31098
31098