-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
cython dependency. #13
Comments
This is a bit tricky to do cleanly due to how Note that binary releases are available for all OS's with conda, and for osx (currently) on pypi. A manylinux and windows build setup could be done for pypi as well, but it's not high priority for me. |
@jcrist poke |
This is solved with the pyproject.toml that defines build time dependencies. Added here: #39 |
Thanks, @MuellerSeb! |
When I try to install crick by pip3, pip3 doesn't install Cython automatically.
The text was updated successfully, but these errors were encountered: