Skip to content

setup.py: pin ruamel.yaml package version#450

Merged
mr-c merged 4 commits intomasterfrom
manu-chroma-patch-1
Jun 29, 2017
Merged

setup.py: pin ruamel.yaml package version#450
mr-c merged 4 commits intomasterfrom
manu-chroma-patch-1

Conversation

@manu-chroma
Copy link
Member

set upper bound for ruamel.yaml version,
same as in schema_salad: https://github.com/common-workflow-language/schema_salad/blob/master/setup.py#L33

setup.py Outdated
'setuptools',
'requests >= 1.0',
'ruamel.yaml >= 0.12.4',
'ruamel.yaml >= 0.12.4, <= 0.15.2',
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't they both be < 0.15 due to the API changes & warnings?

Copy link
Member Author

Choose a reason for hiding this comment

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

I was using 0.15.2 due to some mypy updates which were released in this version, but yeah they didn't help much. I will change to ruamel.yaml<=0.15

Copy link
Member

Choose a reason for hiding this comment

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

just < please -- unless you need something from 0.15

set upper bound for ruamel.yaml version,
same as schema_salad.
@manu-chroma manu-chroma force-pushed the manu-chroma-patch-1 branch from 1531806 to 5c110c9 Compare June 29, 2017 16:10
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.

2 participants