From 88f5c23c56825def87a33f55717b831e67314e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bene=C5=A1?= Date: Mon, 9 Sep 2024 12:39:10 +0200 Subject: [PATCH] removed the version numbers again --- requirements.txt | 4 ++-- tests/requirements.txt | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 61984574..4538a123 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -wheel>=0.44.0 -numpy>=2.1.1 \ No newline at end of file +wheel +numpy \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 72a5d541..d0dce0ed 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ -cython>=3.0.0 -Pillow>=10.4.0 -pandas>=2.0.0 -scipy>=1.14.0 -parameterized>=0.9.0 -numpy<2.0.0 \ No newline at end of file +cython +Pillow +pandas +scipy +parameterized +numpy<2 \ No newline at end of file