Skip to content

Commit

Permalink
attempt to fix sparta pyyaml issue by locking pyyaml version to 5.x s…
Browse files Browse the repository at this point in the history
…eries, instead of new default 6; work on #1750
  • Loading branch information
kltm committed Oct 22, 2021
1 parent fef04af commit f384d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphstore/rule-runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires=[
"click",
"requests",
"pyYaml",
"pyYaml==5.4.1",
"pykwalify==1.6.0",
"SPARQLWrapper==1.8.0",
"yamldown",
Expand Down

0 comments on commit f384d94

Please sign in to comment.