Datasets:
| [tool.poetry] | |
| name = "huggingface-datasets-jsnli" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>"] | |
| readme = "README.md" | |
| packages = [] | |
| [tool.poetry.dependencies] | |
| python = ">=3.8.1,<4.0" | |
| datasets = "^2.7.1" | |
| [tool.poetry.group.dev.dependencies] | |
| black = "^22.10.0" | |
| isort = "^5.10.1" | |
| flake8 = "^6.0.0" | |
| mypy = "^0.991" | |
| pytest = "^7.2.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |