We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a85fb commit ec84692Copy full SHA for ec84692
sample/pregnancy-model/pyproject.toml
@@ -15,6 +15,7 @@ dependencies = [
15
"joblib>=1.2.0",
16
"scikit-learn>=1.1.3",
17
"pandas>=2.2.3",
18
+ "httpx>=0.27.0"
19
]
20
21
[project.optional-dependencies]
{{cookiecutter.project_slug}}/pyproject.toml
@@ -13,7 +13,9 @@ dependencies = [
13
"requests>=2.32.0",
14
"loguru>=0.7.0",
- "scikit-learn>=1.5.0"
+ "scikit-learn>=1.1.3",
+ "pandas>=2.2.3",
0 commit comments