openblas: add scikit-learn to passthru.tests

This commit is contained in:
Robert Scott 2024-04-13 13:13:13 +01:00
parent 5032948d03
commit 14069907d9

View File

@ -263,7 +263,7 @@ EOF
'';
passthru.tests = {
inherit (python3.pkgs) numpy scipy;
inherit (python3.pkgs) numpy scipy scikit-learn;
inherit ceres-solver giac octave opencv;
};