Skip to content

Commit

Permalink
Merge pull request #39 from monarch-initiative/unpin-rdflib
Browse files Browse the repository at this point in the history
Unpin RDFLIB dependency
  • Loading branch information
matentzn authored Feb 25, 2024
2 parents c683bdf + 3e63b19 commit 754cf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
click = "*"
importlib-metadata = "^4.8.0"
rdflib = "^6.3.2"
importlib-metadata = ">=4.8.0"
rdflib = ">=6.3.2"
jsonasobj2 = "^1.0.4"
xmltodict = "^0.13.0"
pandas = "^2.0.2"
Expand Down

0 comments on commit 754cf49

Please sign in to comment.