Skip to content

Commit fd9d861

Browse files
committed
Import rdflib >= 6.0.0 to account for rdflib-jsonld package being archived
References: * [AC-205] Adjust Python packages importing rdflib-jsonld to import rdflib >= 6.0.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 13e7cdc commit fd9d861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install_requires =
2121
# Note that numpy (pandas dependency) is only supported in Python >= 3.7.
2222
pandas;python_version>='3.7'
2323
pyparsing < 3.0.0
24-
rdflib-jsonld
24+
rdflib >= 6.0.0
2525
requests
2626
tabulate
2727
packages = find:

0 commit comments

Comments
 (0)