Skip to content

Commit

Permalink
Merge pull request #1751 from geneontology/issue-1750-pyyaml-gha
Browse files Browse the repository at this point in the history
Try and fix default upgrading of pyyaml from 5.x to 6.x
  • Loading branch information
kltm authored Oct 22, 2021
2 parents fef04af + f384d94 commit 951589c
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 951589c

Please sign in to comment.