cartoonset / pyproject.toml
cgarciae's picture
cartoonset v1
9467ecf
raw history blame
No virus
429 Bytes
[tool.poetry]
name = "cartoonset10k"
version = "0.1.0"
description = ""
authors = ["Cristian Garcia <cgarcia.e88@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
datasets = "^1.18.4"
numpy = "^1.22.3"
Pillow = "^9.0.1"
[tool.poetry.dev-dependencies]
black = {version = "^22.1.0", allow-prereleases = true}
matplotlib = "^3.5.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"