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 9fba204 commit e2645cdCopy full SHA for e2645cd
pyproject.toml
@@ -2,26 +2,11 @@
2
name = "titanic_ml"
3
description = "titanic_ml example package"
4
version = "0.1.0"
5
-authors = [
6
- { name = "Niels Zeilemaker", email = "nielszeilemaker@godatadriven.com" }
7
-]
8
dependencies = [
9
"pyspark[ml]",
10
"sklearn"
11
]
12
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
25
[tool.black]
26
line-length = 88
27
target_version = ['py36']
0 commit comments