Skip to content

Commit

Permalink
update pgscatalog-utils dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Jun 13, 2024
1 parent e29cd7f commit 2399bde
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 51 deletions.
103 changes: 55 additions & 48 deletions pgscatalog.utils/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pgscatalog.utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ packages = [

[tool.poetry.dependencies]
python = "^3.11"
"pgscatalog.calc" = { path = "../pgscatalog.calc/", develop = true }
"pgscatalog.core" = { path = "../pgscatalog.core/", develop = true }
"pgscatalog.match" = { path = "../pgscatalog.match/", develop = true }
"pgscatalog.calc" = "^0.2.0"
"pgscatalog.core" = "^0.2.0"
"pgscatalog.match" = "^0.2.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 2399bde

Please sign in to comment.