python312Packages.scipy: use modern deps Python attributes

This commit is contained in:
Doron Behar
2024-08-27 18:27:10 +03:00
parent 4075c526ec
commit 5d63abee89
@@ -95,7 +95,7 @@ buildPythonPackage {
--replace-fail "pybind11>=2.12.0,<2.13.0" "pybind11>=2.12.0" \
'';
nativeBuildInputs = [
build-system = [
cython
gfortran
meson-python
@@ -120,7 +120,7 @@ buildPythonPackage {
xsimd
];
propagatedBuildInputs = [ numpy ];
dependencies = [ numpy ];
__darwinAllowLocalNetworking = true;