Datasets:

Size Categories:
10K<n<100K
ArXiv:
Tags:
License:
cartoonset / pyproject.toml
cgarciae's picture
add data
8f5e012
[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}
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"