point-cloud-mnist / pyproject.toml
cgarciae's picture
update readme
6255c84
[tool.poetry]
name = "point-cloud-mnist-2d"
version = "0.1.0"
description = ""
authors = ["Cristian Garcia <cgarcia.e88@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
numpy = "^1.18.1"
pandas = "^1.0.1"
typer = "^0.0.8"
idx2numpy = "^1.2.2"
tqdm = "^4.42.1"
datasets = "^1.14.0"
matplotlib = "^3.4.3"
[tool.poetry.dev-dependencies]
debugpy = "^1.5.1"
black = {version = "^21.9b0", allow-prereleases = true}
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"