Skip to content

Commit 4e8ede4

Browse files
committed
allow rdflib 6.0.0
There are no major changes in 6.0.1, we should not be too strict as a library here.
1 parent a19d2f1 commit 4e8ede4

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
@@ -2,7 +2,7 @@
22
# pip install -r requirements.txt
33
lxml
44
requests
5-
rdflib>=6.0.1; python_version>="3.7"
5+
rdflib>=6.0.0; python_version>="3.7"
66
rdflib<6.0.0; python_version<"3.7"
77
rdflib-jsonld<=0.5.0; python_version<"3.7"
88
pyrdfa3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_version():
4141
'rdflib<6.0.0;python_version<"3.7"',
4242
'rdflib-jsonld<=0.5.0;python_version<"3.7"',
4343
# rdflib 6.x.y (only on 3.7 and up) contains jsonld
44-
'rdflib>=6.0.1;python_version>="3.7"',
44+
'rdflib>=6.0.0;python_version>="3.7"',
4545
'pyrdfa3',
4646
'mf2py',
4747
'w3lib',

0 commit comments

Comments
 (0)