Datasets:

Size Categories:
10K<n<100K
ArXiv:
Tags:
License:
cartoonset / pyproject.toml
cgarciae's picture
use binary
30797c9
[tool.poetry]
name = "cartoonset10k"
version = "0.1.0"
description = ""
authors = ["Cristian Garcia <cgarcia.e88@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
datasets = "^1.18.4"
numpy = "^1.22.3"
Pillow = "^9.0.1"
matplotlib = "^3.5.1"
tensorflow-cpu = "^2.8.0"
certifi = "^2021.10.8"
[tool.poetry.dev-dependencies]
black = {version = "^22.1.0", allow-prereleases = true}
debugpy = "^1.5.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"