Skip to content

Constrain pyyaml to <5.4#1895

Merged
convoliution merged 2 commits into
masterfrom
client/ml/pyyaml
Jan 21, 2021
Merged

Constrain pyyaml to <5.4#1895
convoliution merged 2 commits into
masterfrom
client/ml/pyyaml

Conversation

@convoliution
Copy link
Copy Markdown
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.

import zipfile

import requests
import yaml
Copy link
Copy Markdown
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.

2 participants