Skip to content

Commit

Permalink
chore: add more darwin overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 16, 2024
1 parent defd0ae commit e7e2972
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nix/pyproject-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ let
pybind11 = [ ];
};
scikit-learn.meson-python = [ ];
scikit-learn.ninja = [ ];
scikit-learn.cython = [ ];
scipy.meson-python = [ ];
scipy.ninja = [ ];
scipy.packaging = [ ];
pyogrio.setuptools = [ ];
pyogrio.versioneer = [ ];
pyogrio.cython = [ ];
};
in
(lib.optionalAttrs stdenv.hostPlatform.isDarwin {
Expand Down

0 comments on commit e7e2972

Please sign in to comment.