21 lines
399 B
TOML
21 lines
399 B
TOML
|
[tool.poetry]
|
||
|
name = "p3"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["coolneng <akasroua@gmail.com>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
scikit-learn = "^0.24.0"
|
||
|
pandas = "^1.2.0"
|
||
|
imbalanced-learn = "^0.7.0"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|
||
|
|
||
|
[tool.poetry.scripts]
|
||
|
competition = "processing:main"
|