File size: 499 Bytes
48ff69c
 
 
 
 
 
 
 
 
 
 
 
 
 
6255c84
48ff69c
 
 
8b74b04
48ff69c
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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"