From 709152a6cb6f64901a12e789de8f6edf9b2a0dbe Mon Sep 17 00:00:00 2001 From: Lukas Wieser Date: Wed, 31 Jan 2024 18:09:31 +0100 Subject: [PATCH] Remove unused pyproject.toml and update requirements.txt --- pyproject.toml | 14 -------------- requirements.txt | 5 +++-- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index a04cf1e..0000000 --- a/pyproject.toml +++ /dev/null @@ -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" diff --git a/requirements.txt b/requirements.txt index c16a52a..87e94b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,6 @@ chess==1.10.0 numpy==1.26.3 stockfish==3.28.0 torch==2.1.2 -pytest -aiohttp \ No newline at end of file +pytest==8.0.0 +aiohttp==3.9.2 +scipy==1.12.0 \ No newline at end of file