From 16c533fb459bc8735000558305bfc5bc09fadfd7 Mon Sep 17 00:00:00 2001 From: Florian Huber <36473328+florian-huber@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:18:13 +0200 Subject: [PATCH] restrict matchms to < 0.27 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30f94979..e5b05c93 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ test_suite="tests", python_requires='>=3.9', install_requires=[ - "matchms>=0.24.0", + "matchms>=0.24.0,<0.27", "numpy>1.22,<1.27", "scipy>=1.11,<1.13", "spec2vec>=0.6.0",