Skip to content

Commit bde8dfb

Browse files
committed
pin upper version of ruamel.yaml package
1 parent 4d1c3ff commit bde8dfb

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,7 +1,7 @@
11
typing==3.5.3
22
avro-python3 ; python_version>="3"
33
avro==1.8.1 ; python_version<"3"
4-
ruamel.yaml==0.15.2
4+
ruamel.yaml>=0.12.4, <0.15
55
rdflib==4.2.2
66
rdflib-jsonld==0.4.0
77
mistune==0.7.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
install_requires = [
3131
'setuptools',
3232
'requests >= 1.0',
33-
'ruamel.yaml >= 0.12.4, <= 0.15.2',
33+
'ruamel.yaml >= 0.12.4, < 0.15',
3434
'rdflib >= 4.2.2, < 4.3.0',
3535
'rdflib-jsonld >= 0.3.0, < 0.5.0',
3636
'mistune >= 0.7.3, < 0.8',

0 commit comments

Comments
 (0)