Skip to content

Commit

Permalink
For #844 - Unpin rulerunner dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mugitty committed Aug 30, 2023
1 parent 335d2ba commit 65b1bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphstore/rule-runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
install_requires=[
"click",
"requests",
"pyYaml==5.4.1",
"pyYaml",
"pykwalify==1.6.0",
"SPARQLWrapper==1.8.0",
"SPARQLWrapper",
"yamldown",
"rdflib==4.2.2"
],
Expand Down

0 comments on commit 65b1bdf

Please sign in to comment.