11 buildPythonPackage rec {
12 pname = "numba-scipy";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-RDZF1mNcZnrcOzjQpjbZq8yXHnjeLAeAjYmvzXvFhEQ=";
23 propagatedBuildInputs = [
36 pythonImportsCheck = [ "numba_scipy" ];
39 description = "Extends Numba to make it aware of SciPy";
40 homepage = "https://github.com/numba/numba-scipy";
41 changelog = "https://github.com/numba/numba-scipy/blob/master/CHANGE_LOG";
42 license = licenses.bsd2;
43 maintainers = with maintainers; [ Etjean ];