1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python311Packages.numba-scipy: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 10:38:33 -07:00
parent 044f029378
commit edab1b8c48

View file

@ -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";