Merge pull request #96664 from risicle/ris-blis-missing-dependency

pythonPackages.blis: add missing dependency numpy
This commit is contained in:
Daniël de Kok
2020-08-30 13:38:50 +02:00
committed by GitHub
@@ -20,11 +20,13 @@ buildPythonPackage rec {
cython cython
]; ];
propagatedBuildInputs = [
numpy
];
checkInputs = [ checkInputs = [
cython
hypothesis hypothesis
numpy
pytest pytest
]; ];