Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Oct 2, 2023
1 parent fd32e18 commit 803d3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docs = [
"EMMOntoPy ~=0.6",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.4.0,<1",
"DLite-Python >=0.4.1,<1",
]
pre-commit = [
"pre-commit ~=2.21",
Expand All @@ -54,7 +54,7 @@ testing = [
"EMMOntoPy ~=0.6",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.4.0,<1",
"DLite-Python >=0.4.1,<1",
"graphviz ~= 0.20",
]
dev = [
Expand All @@ -70,7 +70,7 @@ dev = [
"EMMOntoPy ~=0.6",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.4.0,<1",
"DLite-Python >=0.4.1,<1",
]

[project.urls]
Expand Down

0 comments on commit 803d3f7

Please sign in to comment.