BlueBrain / nexus-forge

Building and Using Knowledge Graphs made easy
https://nexus-forge.readthedocs.io
GNU Lesser General Public License v3.0
39 stars 19 forks source link

Removed rdflib-jsonld, moved to rdflib #185

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago

rdflib-jsonld is deprecated and becomes a part of rdflib==6.0.1

Note Installing rdflib==6.0.1 creates a dependency conflict:

pyshacl 0.11.6.post1 requires rdflib<6.0.0,>=4.2.2, but you have rdflib 6.0.1 which is incompatible.

Due to the fixed version pyshacl==0.11.6.post1 in setup.py