Add pandas to nix-shell instead of poetry
This commit is contained in:
parent
e05ccdabb9
commit
0471cb0ab8
|
@ -7,14 +7,11 @@ 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"
|
||||
numpy = "^1.19.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
competition = "processing:main"
|
||||
|
|
Loading…
Reference in New Issue