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

InvalidRequirement in pyproject.toml #36

Open
im-keiran opened this issue Apr 11, 2023 · 2 comments
Open

InvalidRequirement in pyproject.toml #36

im-keiran opened this issue Apr 11, 2023 · 2 comments

Comments

@im-keiran
Copy link

im-keiran commented Apr 11, 2023

This line causes a ParseConstraintError for me (poetry version 1.4.1)

"Cython>=^0.29",

Not sure it's worth a pull request, but looks like it should be changed to

cython = "^0.29"

@im-keiran
Copy link
Author

Sorry JB, this is a duplicate of issue

@zillionare
Copy link

face same issue too. Any workaround?

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

No branches or pull requests

2 participants