From 6b8bd7f4f72cecca4cb6253e0b403e78abfd60e4 Mon Sep 17 00:00:00 2001 From: pcubillos Date: Mon, 1 Jul 2024 16:33:56 +0200 Subject: [PATCH] Trying cleaner requirements. --- pyproject.toml | 5 ++--- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ecfeb2..02b5425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,7 @@ [build-system] requires = [ - 'setuptools>=40.8.0', - 'wheel', - 'numpy>=2.0.0rc1', + 'setuptools', + 'numpy>=2.0.0', ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index a84bc00..9e54a17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.19.5 +numpy>=1.23.5 scipy>=1.5.4 matplotlib>=3.3.4 pytest>=6.0