Loading
python312Packages.nanobind: reenable checks on x86_64-darwin (#355191)
This patch reenables all checks except the ones depending on tensorflow and jax for x64_64-darwin. They have been disabled because tensorflow-bin is not available on x64_64-darwin (#327844). However, this was overkill. The nanobind tests themselves check if tensorflow is available or not and skip the respective test cases.