Skip to content

Commit ec84692

Browse files
fix
1 parent e6a85fb commit ec84692

File tree

3 files changed

+4
-754
lines changed

3 files changed

+4
-754
lines changed

sample/pregnancy-model/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies = [
1515
"joblib>=1.2.0",
1616
"scikit-learn>=1.1.3",
1717
"pandas>=2.2.3",
18+
"httpx>=0.27.0"
1819
]
1920

2021
[project.optional-dependencies]

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ dependencies = [
1313
"requests>=2.32.0",
1414
"loguru>=0.7.0",
1515
"joblib>=1.2.0",
16-
"scikit-learn>=1.5.0"
16+
"scikit-learn>=1.1.3",
17+
"pandas>=2.2.3",
18+
"httpx>=0.27.0"
1719
]
1820

1921
[project.optional-dependencies]

0 commit comments

Comments
 (0)