JGLUE / pyproject.toml
shunk031's picture
Update dataset URLs and version to 1.2.0 (#20)
cd8ab15 unverified
raw
history blame
588 Bytes
[project]
name = "huggingface-datasets-jglue"
version = "1.2.0"
description = "Dataset loading script for JGLUE: Japanese General Language Understanding Evaluation"
authors = [
{ name = "Shunsuke Kitada", email = "[email protected]" },
]
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"beautifulsoup4>=4.11.2",
"datasets>=3.0.0",
"mecab-python3>=1.0.6",
"mojimoji>=0.0.12",
"pyknp>=0.6.1",
]
[dependency-groups]
dev = ["mypy>=1.0.0", "pytest>=6.0.0", "ruff>=0.1.5"]
[tool.mypy]
python_version = "3.10"
ignore_missing_imports = true