We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d1c3ff + bde8dfb commit 7ea7dcfCopy full SHA for 7ea7dcf
requirements.txt
@@ -1,7 +1,7 @@
1
typing==3.5.3
2
avro-python3 ; python_version>="3"
3
avro==1.8.1 ; python_version<"3"
4
-ruamel.yaml==0.15.2
+ruamel.yaml>=0.12.4, <0.15
5
rdflib==4.2.2
6
rdflib-jsonld==0.4.0
7
mistune==0.7.3
setup.py
@@ -30,7 +30,7 @@
30
install_requires = [
31
'setuptools',
32
'requests >= 1.0',
33
- 'ruamel.yaml >= 0.12.4, <= 0.15.2',
+ 'ruamel.yaml >= 0.12.4, < 0.15',
34
'rdflib >= 4.2.2, < 4.3.0',
35
'rdflib-jsonld >= 0.3.0, < 0.5.0',
36
'mistune >= 0.7.3, < 0.8',
0 commit comments