From 2a7a58b6f85c7d27e6ea434ae14d9191968a0907 Mon Sep 17 00:00:00 2001 From: niekdejonge Date: Tue, 17 Sep 2024 14:28:50 +0200 Subject: [PATCH] Set max for matchms version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d69b08c1..a6dbc608 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ test_suite="tests", python_requires='>=3.8', install_requires=[ - "matchms>=0.24.0", + "matchms>=0.24.0,<=0.26.4", "numpy", "spec2vec>=0.6.0", "h5py",