-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
poetry resolves wrong dependencies #7340
Comments
poetry is not a python interpreter. Please encourage packages to use pep508 markers when declaring dependencies, rather than conditional logic in setup.py |
I see, thank you! |
submitted this MR to GPy then |
nice (though I think you didn't want ` |
got it. fixed it |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option) and have included the output below.Issue
However, if you go to GPy you see that for python versions 3.6 and above (look at the setup.py) the requirement is
scipy>=1.3.0
notscipy>=1.3.0,<1.5.0
.The text was updated successfully, but these errors were encountered: