From c52be22ded9a834de5c2bc4409af7db30f18e221 Mon Sep 17 00:00:00 2001 From: Marie-Dominique Van Damme Date: Tue, 22 Oct 2024 14:17:48 +0200 Subject: [PATCH] test another version of numpy --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1979176..a0c0b18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy<=1.23.5 +numpy matplotlib scikit-image progressbar2 diff --git a/setup.py b/setup.py index bb674d2..3be5b52 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ current_path = os.path.abspath(os.path.dirname(__file__)) requirements = ( - "numpy==1.23.5", + "numpy", "matplotlib", "scikit-image", "progressbar2" ) dev_requirements = ( - "numpy==1.23.5", + "numpy", "pytest", "pytest-runner", "coverage"