Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes compilation error with Cython 3 by making `numpy_include` behave like an `os.PathLike`. That is needed because Cython 3 is passing the `numpy_include` instance directly to `os.path.join`.
- Loading branch information