Skip to content

Commit 5099618

Browse files
committed
added more pipeline deps
1 parent 451ea27 commit 5099618

2 files changed

Lines changed: 59 additions & 63 deletions

File tree

pipeline/build-pipeline-docker-images/pipeline-run-docker/poetry.lock

Lines changed: 56 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pipeline/build-pipeline-docker-images/pipeline-run-docker/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88

99

1010
[tool.poetry.dependencies]
11-
python = "^3.9"
11+
python = ">3.9,<3.10"
1212
pandas = "1.5.3"
1313
click = "^8.1.7"
1414
numpy = "^1.25.1"
@@ -18,6 +18,8 @@ statsmodels = "^0.14.4"
1818
pandera = "^0.22.1"
1919
sklearn = "0.0"
2020
packed-cor-tables = {version = "^0.1.1", source = "public-python"}
21+
tqdm = "^4.67.1"
22+
scipy = "1.12.0"
2123

2224

2325
[[tool.poetry.source]]

0 commit comments

Comments
 (0)