Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update numpy recipe in Python examples page (#1015)
A couple of reasons for these changes: - the current example for numpy 1.26.4 uses a couple of submodules that no longer exist - the NumPy C API export changed a lot, so advertise that (and no longer use `pin_subpackage`) - there's a second entrypoint in numpy 2.0 (`numpy-config`) that's also nice to add - the build/host split may be confusing to the reader, since it contradicts what is explained in the cross compilinng docs ("tools that run on the build machine go under `build:`); the current setup only makes sense when using `crossenv`, like conda-forge does.
- Loading branch information