Files
reversi/pyproject.toml

25 lines
497 B
TOML

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]
[tool.poetry]
authors = ["Philipp Horstenkamp <philipp@horstenkamp.de>"]
description = ""
name = "reversi"
readme = "README.md"
version = "0.1.0"
[tool.poetry.dependencies]
ipytest = "^0.13.0"
jupyter = "^1.0.0"
matplotlib = "^3.6.3"
numpy = "^1.24.1"
pytest = "^7.2.1"
python = "3.10.*"
scipy = "^1.10.0"
tqdm = "^4.64.1"
[tool.poetry.group.build.dependencies]
blackcellmagic = "^0.0.3"
pre-commit = "^3.0.2"