tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
openblas: add scikit-learn to passthru.tests
Robert Scott
2 years ago
14069907
5032948d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
science
math
openblas
default.nix
+1
-1
pkgs/development/libraries/science/math/openblas/default.nix
···
263
263
'';
264
264
265
265
passthru.tests = {
266
266
-
inherit (python3.pkgs) numpy scipy;
266
266
+
inherit (python3.pkgs) numpy scipy scikit-learn;
267
267
inherit ceres-solver giac octave opencv;
268
268
};
269
269