Remove unused pyproject.toml and update requirements.txt

This commit is contained in:
2024-01-31 18:09:31 +01:00
parent 26784956a3
commit 709152a6cb
2 changed files with 3 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "chess-pp"
version = "0.1"
dependencies = [
"chess==1.10.0",
"numpy==1.26.3",
"stockfish==3.28.0",
"aiohttp==3.9.1",
]
requires-python = ">= 3.10"

View File

@@ -2,5 +2,6 @@ chess==1.10.0
numpy==1.26.3
stockfish==3.28.0
torch==2.1.2
pytest
aiohttp
pytest==8.0.0
aiohttp==3.9.2
scipy==1.12.0