8000 fix version of ruamel.yaml to prevent build failing from readthedocs · phenoflow/python-cwlgen@c37baf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c37baf4

Browse files
committed
fix version of ruamel.yaml to prevent build failing from readthedocs
1 parent c44d09c commit c37baf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author='Kenzo-Hugo Hillion and Hervé Ménager',
77
author_email='kehillio@pasteur.fr and hmenager@pasteur.fr',
88
keywords = ['cwl'],
9-
install_requires=['six', 'ruamel.yaml'],
9+
install_requires=['six', 'ruamel.yaml==0.13.13'],
1010
packages=["cwlgen"],
1111
classifiers=[
1212
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)
0