Skip to content

Commit b5a04ae

Browse files
committed
Require rdflib >= 6.0.2
This lets us remove the restriction on `pyparsing`. References: * RDFLib/rdflib#1370 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent b9afdaf commit b5a04ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ classifiers =
1616

1717
[options]
1818
include_package_data = true
19-
# TODO The constraint on pyparsing can be removed when rdflib Issue #1190 is resolved.
20-
# https://github.com/RDFLib/rdflib/issues/1190
2119
install_requires =
2220
pandas
23-
pyparsing < 3.0.0
24-
rdflib >= 6.0.1
21+
rdflib >= 6.0.2
2522
requests
2623
tabulate
2724
packages = find:

0 commit comments

Comments
 (0)