Merge pull request #265565 from aaronjheng/skl2onnx

python3Packages.skl2onnx: fix build
This commit is contained in:
OTABI Tomoya 2023-11-05 14:44:43 +09:00 committed by GitHub
commit b425c7dbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12904,9 +12904,7 @@ self: super: with self; {
skidl = callPackage ../development/python-modules/skidl { };
skl2onnx = callPackage ../development/python-modules/skl2onnx {
protobuf = protobuf3;
};
skl2onnx = callPackage ../development/python-modules/skl2onnx { };
sklearn-deap = callPackage ../development/python-modules/sklearn-deap { };