| [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" | |