lol

openblas: add scikit-learn to passthru.tests

+1 -1
+1 -1
pkgs/development/libraries/science/math/openblas/default.nix
··· 263 263 ''; 264 264 265 265 passthru.tests = { 266 - inherit (python3.pkgs) numpy scipy; 266 + inherit (python3.pkgs) numpy scipy scikit-learn; 267 267 inherit ceres-solver giac octave opencv; 268 268 }; 269 269