Skip to content

Commit 1a83925

Browse files
authored
Cap ruamel.yaml version because of breaking change in 0.15.52 (#865)
1 parent 5f07079 commit 1a83925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests>=2.4.3
2-
ruamel.yaml>=0.12.4,<0.16
2+
ruamel.yaml>=0.12.4,<=0.15.51
33
rdflib>=4.2.2,<4.3
44
shellescape>=3.4.1,<3.5
55
schema-salad>=2.7.20180719125426,<3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
install_requires=[
5252
'setuptools',
5353
'requests >= 2.4.3',
54-
'ruamel.yaml >= 0.12.4, < 0.16',
54+
'ruamel.yaml >= 0.12.4, <= 0.15.51',
5555
'rdflib >= 4.2.2, < 4.3.0',
5656
'shellescape >= 3.4.1, < 3.5',
5757
'schema-salad >= 2.7.20180719125426, < 3',

0 commit comments

Comments
 (0)