mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
caffe2: python36Packages -> python3Packages
This commit is contained in:
parent
3a611c6f02
commit
77c4e2f8dd
@ -31090,9 +31090,9 @@ with pkgs;
|
||||
} // (config.caffe or {}));
|
||||
|
||||
caffe2 = callPackage ../development/libraries/science/math/caffe2 (rec {
|
||||
inherit (python36Packages) python future six numpy pydot;
|
||||
inherit (python3Packages) python future six numpy pydot;
|
||||
protobuf = protobuf3_1;
|
||||
python-protobuf = python36Packages.protobuf.override { inherit protobuf; };
|
||||
python-protobuf = python3Packages.protobuf.override { inherit protobuf; };
|
||||
opencv3 = opencv3WithoutCuda; # Used only for image loading.
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user