Merge pull request #96664 from risicle/ris-blis-missing-dependency
pythonPackages.blis: add missing dependency numpy
This commit is contained in:
commit
b4631b0dcc
1 changed files with 4 additions and 2 deletions
|
@ -20,11 +20,13 @@ buildPythonPackage rec {
|
|||
cython
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
];
|
||||
|
||||
|
||||
checkInputs = [
|
||||
cython
|
||||
hypothesis
|
||||
numpy
|
||||
pytest
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue