Skip to content

Commit 2c6c2e0

Browse files
committedJun 14, 2024
bump pgscatalog-core dependency to v0.2.1
1 parent 1b2b0e5 commit 2c6c2e0

File tree

4 files changed

+26
-30
lines changed

4 files changed

+26
-30
lines changed
 

‎pgscatalog.calc/poetry.lock

+12-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pgscatalog.calc/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.10"
13-
"pgscatalog.core" = { path="../pgscatalog.core", develop=true}
13+
"pgscatalog.core" = "^0.2.1"
1414
numpy = "^1.26.4"
1515
pandas = "^2.2.0"
1616
pyarrow = "^15.0.0"

‎pgscatalog.match/poetry.lock

+12-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pgscatalog.match/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
python = ">=3.10"
1313
polars = "0.20.30"
1414
pyarrow = "^15.0.0"
15-
"pgscatalog.core" = { path="../pgscatalog.core", develop=true}
15+
"pgscatalog.core" = "^0.2.1"
1616

1717
[tool.poetry.scripts]
1818
pgscatalog-match = 'pgscatalog.match.cli.match_cli:run_match'

0 commit comments

Comments
 (0)