Skip to content

Commit 1f12e57

Browse files
committed
Set pyshacl ceiling for 0.7.x releases
This patch isolates a change needed to get patch-releases atop 0.7.0 to pass `make check`. This patch alone will not pass `make check`; see the following octopus merge for a commit that passes `make check`. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 3daebe6 commit 1f12e57

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
@@ -20,7 +20,7 @@ license_files =
2020
include_package_data = true
2121
install_requires =
2222
pandas
23-
pyshacl
23+
pyshacl < 0.22.0
2424
rdflib >= 6.2.0
2525
requests
2626
tabulate

0 commit comments

Comments
 (0)