Closed MuellerSeb closed 3 months ago
Also cython_lint fails to read these files.
scikit learn has also solved this issue, but with an openmp helper module: https://github.com/scikit-learn/scikit-learn/blob/0c72e5448b9da3b0d9202aa5a2abbd9bff4c238a/sklearn/utils/_openmp_helpers.pyx#L25
Solved temporarily by #354
https://github.com/cython/cython/issues/4310
The conditional compilation introduced in #336 are deprecated by cython. I capped the cython version in #340 for now.
@LSchueler this should be cleaned up at some point.