Skip to content

Commit 92c51d3

Browse files
authored
Update pyproject.toml
1 parent e2645cd commit 92c51d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "titanic_ml"
33
description = "titanic_ml example package"
44
version = "0.1.0"
5-
dependencies = [
6-
"pyspark[ml]",
7-
"sklearn"
8-
]
5+
6+
[tool.poetry.dependencies]
7+
requests = "^2.13.0"
8+
scikit-learn = "^1.1.2"
99

1010
[tool.black]
1111
line-length = 88

0 commit comments

Comments
 (0)