Skip to content

Commit 8957515

Browse files
chore: add project dependencies for linear regression CLI tool
Add scikit-learn, pandas, matplotlib, jinja2, and click to pyproject.toml for ML operations, data handling, visualization, HTML templating, and CLI framework
1 parent acc6e7a commit 8957515

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
7-
dependencies = []
7+
dependencies = [
8+
"scikit-learn>=1.3",
9+
"pandas>=2.0",
10+
"matplotlib>=3.7",
11+
"jinja2>=3.1",
12+
"click>=8.1",
13+
]

0 commit comments

Comments
 (0)