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

Fixed rdflib and rdflib_jsonld versions #186

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago

rdflib-jsonld is deprecated and becomes a part of rdflib==6.0.1, 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

This PR contains the following fix ():

codecov-commenter commented 3 years ago

Codecov Report

Merging #186 (9f4a0c9) into master (d5c7935) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   72.22%   72.22%           
=======================================
  Files          79       79           
  Lines        4857     4857           
=======================================
  Hits         3508     3508           
  Misses       1349     1349           
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5c7935...9f4a0c9. Read the comment docs.