Skip to content

Commit e2645cd

Browse files
authored
Update pyproject.toml
1 parent 9fba204 commit e2645cd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pyproject.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,11 @@
22
name = "titanic_ml"
33
description = "titanic_ml example package"
44
version = "0.1.0"
5-
authors = [
6-
{ name = "Niels Zeilemaker", email = "nielszeilemaker@godatadriven.com" }
7-
]
85
dependencies = [
96
"pyspark[ml]",
107
"sklearn"
118
]
129

13-
[project.optional-dependencies]
14-
dev = [
15-
"tox",
16-
"pre-commit",
17-
"bump2version"
18-
]
19-
20-
[build-system]
21-
build-backend = "flit_core.buildapi"
22-
requires = ["flit_core >=3.2,<4"]
23-
24-
2510
[tool.black]
2611
line-length = 88
2712
target_version = ['py36']

0 commit comments

Comments
 (0)