Open
Description
Nixpkgs version
- Unstable (25.05)
Describe the bug
nanobind uses multiple libraries is its nativeCheckInputs
that are really heavy, and not related to the package itself. This set of dependencies include tensorflow-bin
which break under certain python version:
This cause the version bump of atopile
to not build:
Steps to reproduce
some-package
build-system = [
hatchling
nanobind
];
causes:
error: tensorflow-bin: unsupported configuration: x86_64-linux_313
...despite the package not using tensorflow-bin
!
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE
.)
I assert that this issue is relevant for Nixpkgs
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.