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.
1 parent f6251fa commit 5274995Copy full SHA for 5274995
setup.py
@@ -39,7 +39,7 @@ def get_version():
39
package_data={'extruct': ['VERSION']},
40
install_requires=['lxml',
41
'rdflib<6.0.0;python_version<"3.7"',
42
- 'rdflib-jsonld;python_version<"3.7"',
+ 'rdflib-jsonld<=0.5.0;python_version<"3.7"',
43
# rdflib 6.x.y (only on 3.7 and up) contains jsonld
44
'rdflib>=6.0.1;python_version>="3.7"',
45
'pyrdfa3',
0 commit comments