Skip to content

Commit 5c110c9

Browse files
committed
pin ruamel.yaml package version
set upper bound for ruamel.yaml version, same as schema_salad.
1 parent 3fbfd02 commit 5c110c9

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>=1.0
2-
ruamel.yaml==0.13.7
2+
ruamel.yaml<0.15
33
rdflib==4.2.2
44
rdflib-jsonld==0.4.0
55
shellescape==3.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
install_requires=[
5555
'setuptools',
5656
'requests >= 1.0',
57-
'ruamel.yaml >= 0.12.4',
57+
'ruamel.yaml >= 0.12.4, < 0.15',
5858
'rdflib >= 4.2.2, < 4.3.0',
5959
'shellescape >= 3.4.1, < 3.5',
6060
'schema-salad >= 2.6, < 3',

0 commit comments

Comments
 (0)