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

set dependecy of pyyaml to version 5.4 #309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sabinem
Copy link

@sabinem sabinem commented Oct 27, 2021

No description provided.

@wardi
Copy link
Contributor

wardi commented Oct 27, 2021

strict dependencies in install_requires causes cli commands to fail before they start if the version is ever changed. What is this change for? Can you use a version range instead?

@ccancellieri
Copy link
Contributor

can be related to #305

@smotornyuk
Copy link
Member

I may be wrong, but it shouldn't be possible. pip will not try to install a library if it has a minimum required python version specified. i.e, if pyyaml > 5.4 has python_requires > 3.0 flag, pip will never try to install it on python2. If this flag is missing, it's an issue of the dependency(pyyaml in this case) and must be solved in corresponding repository

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

4 participants