python311Packages.numba-scipy: unbreak on Darwin
This commit is contained in:
parent
044f029378
commit
edab1b8c48
@ -1,5 +1,4 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
@ -39,7 +38,6 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "numba_scipy" ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Extends Numba to make it aware of SciPy";
|
||||
homepage = "https://github.com/numba/numba-scipy";
|
||||
changelog = "https://github.com/numba/numba-scipy/blob/master/CHANGE_LOG";
|
||||
|
Loading…
Reference in New Issue
Block a user