Skip to content

Commit

Permalink
tries pinned SPARQLWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jan 29, 2024
1 parent 511d038 commit 01220af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ maintainers = [
readme = "README.md"
license= "Apache-2.0"
dependencies = [
"SPARQLWrapper>=2.0.0",
#"SPARQLWrapper>=2.0.0",
"SPARQLWrapper==1.8.5",
"PyYAML",
"pandas",
# beware of https://github.com/matplotlib/matplotlib/issues/26827
Expand Down
1 change: 1 addition & 0 deletions scripts/jena
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ usage() {
echo "$0 [-b|--backup|-f|--fuseki|-h|--help|-k|--kill|-l|--load]"
echo ""
echo "-b | --backup: create a backup"
echo "-c | --clear: clear data directory"
echo "-f | --fuseki [dataset]: download and start fuseki server with the given dataset"
echo "-h | --help: show this usage"
echo "-k | --kill: kill the running fuseki server"
Expand Down

0 comments on commit 01220af

Please sign in to comment.