2021-04-28 21:57:13 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "shallow-training"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["andy <andy@sarsoo.xyz>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2021-05-03 17:48:15 +01:00
|
|
|
python = "~3.8"
|
2021-04-28 21:57:13 +01:00
|
|
|
tensorflow = "^2.4.1"
|
|
|
|
pandas = "^1.2.4"
|
|
|
|
matplotlib = "^3.4.1"
|
|
|
|
seaborn = "^0.11.1"
|
|
|
|
scikit-learn = "^0.24.1"
|
|
|
|
jupyterlab = "^3.0.14"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|