Skip to content

Commit

Permalink
python312Packages.scipy: use modern deps Python attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Aug 27, 2024
1 parent 4075c52 commit 5d63abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/scipy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -120,7 +120,7 @@ buildPythonPackage {
xsimd
];

propagatedBuildInputs = [ numpy ];
dependencies = [ numpy ];

__darwinAllowLocalNetworking = true;

Expand Down

0 comments on commit 5d63abe

Please sign in to comment.