We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cython/cython#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.
The text was updated successfully, but these errors were encountered:
Also cython_lint fails to read these files.
Sorry, something went wrong.
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
LSchueler
No branches or pull requests
cython/cython#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.
The text was updated successfully, but these errors were encountered: