chess-pgn-games / pyproject.toml
Patrick Frank
Update dependencies and gitignore
77f5728
raw
history blame contribute delete
407 Bytes
[tool.poetry]
name = "chess-pgn-games"
version = "0.1.0"
description = "Huggingface chess game data set in in pgn/text format."
authors = ["Patrick Frank <patr.frank@gmx.de>"]
license = "cc0-1.0"
[tool.poetry.dependencies]
python = "^3.10"
datasets = "^2.4.0"
[tool.poetry.dev-dependencies]
ipykernel = "^6.15.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"