Skip to content

Commit

Permalink
Update dependencies in pyproject.toml (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 authored Mar 27, 2023
1 parent 42fa3e8 commit d76b38a
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 @@ -40,7 +40,7 @@ docs = [
"EMMOntoPy ~=0.5",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.3.17,<1",
"DLite-Python >=0.3.18,<1",
]
pre-commit = [
"pre-commit ~=2.21",
Expand All @@ -52,7 +52,7 @@ testing = [
"EMMOntoPy ~=0.5",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.3.17,<1",
"DLite-Python >=0.3.18,<1",
]
dev = [
"mike ~=1.1",
Expand All @@ -67,7 +67,7 @@ dev = [
"EMMOntoPy ~=0.5",
"rdflib ~=6.3",
"SPARQLWrapper ~=2.0",
"DLite-Python >=0.3.17,<1",
"DLite-Python >=0.3.18,<1",
]

[project.urls]
Expand Down

0 comments on commit d76b38a

Please sign in to comment.