Skip to content
New issue

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

make gensim CI great again #3488

Merged
merged 24 commits into from Aug 23, 2023
Merged

make gensim CI great again #3488

merged 24 commits into from Aug 23, 2023

Conversation

mpenkov
Copy link
Collaborator

@mpenkov mpenkov commented Aug 22, 2023

Fix compiled extension building.

pip 23.2.1 (and newer) runs build_ext on its own, using whatever cython is specified in pyproject.toml. If use use Cython 3.0.0 to build the compiled extensions, then they will be an order of magnitude slower (not sure why, but it's reproducible) so I'm pinning the Cython version to <3.0.0.

The separate build_ext step is no longer necessary; in fact, it was getting in the way because it doesn't respect pyproject.toml, so it may end up using an unwanted version of Cython.

@mpenkov mpenkov merged commit 73e8b6a into develop Aug 23, 2023
14 checks passed
@mpenkov mpenkov deleted the wheelbs branch August 23, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant