Game engine could now work.
This commit is contained in:
@ -4,10 +4,10 @@ requires = ["poetry-core"]
|
||||
|
||||
[tool.poetry]
|
||||
authors = ["Philipp Horstenkamp <philipp@horstenkamp.de>"]
|
||||
description = ""
|
||||
description = "A Deep Learning implementation of the game Reversi aka. Otello. This is a Jupyter implementation only because it was requested in such a format for a class in my master’s degree. Enjoy the read or ignore it."
|
||||
name = "reversi"
|
||||
readme = "README.md"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
ipytest = "^0.13.0"
|
||||
@ -18,6 +18,7 @@ pytest = "^7.2.1"
|
||||
python = "3.10.*"
|
||||
scipy = "^1.10.0"
|
||||
tqdm = "^4.64.1"
|
||||
jupyterlab = "^3.6.1"
|
||||
|
||||
[tool.poetry.group.build.dependencies]
|
||||
blackcellmagic = "^0.0.3"
|
||||
|
Reference in New Issue
Block a user