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

Constrain pyyaml to <5.4 #1895

Merged
merged 2 commits into from Jan 21, 2021
Merged

Constrain pyyaml to <5.4 #1895

merged 2 commits into from Jan 21, 2021

Conversation

convoliution
Copy link
Contributor

Since yaml/pyyaml#407, pyyaml has Cython (and therefore gcc) as a build dependency.

We'd like to make our client fully build-from-source-able on systems without gcc, and pyyaml is only being used for simple config file reading, so we're constraining the version.

@@ -19,7 +19,6 @@
import zipfile

import requests
import yaml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean up: not being used in client.py

@convoliution convoliution merged commit ab6eb16 into master Jan 21, 2021
@convoliution convoliution deleted the client/ml/pyyaml branch January 21, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants