MSCOCO / pyproject.toml
shunk031's picture
update poetry files (#7)
c20d499 unverified
raw
history blame contribute delete
535 Bytes
[tool.poetry]
name = "huggingface-datasets-mscoco"
version = "0.1.0"
description = ""
authors = ["Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
datasets = { extras = ["vision"], version = "^2.14.4" }
pycocotools = "^2.0.7"
[tool.poetry.group.dev.dependencies]
ruff = ">=0.1.5"
mypy = ">=1.0.0"
pytest = ">=6.0.0"
[tool.mypy]
python_version = "3.9"
ignore_missing_imports = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"