Skip to content

Commit 96ccf86

Browse files
authored
Merge pull request #134 from casework/bump_pyshacl
Bump pySHACL dependency to >= 0.24.0
2 parents 1a0fc4a + ec96f5f commit 96ccf86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ license_files =
2020
include_package_data = true
2121
install_requires =
2222
pandas
23-
pyshacl
24-
rdflib >= 6.2.0, < 7.0.0
23+
pyshacl >= 0.24.0
24+
rdflib
2525
requests
2626
tabulate
2727
packages = find:

0 commit comments

Comments
 (0)