From 42debd838a44f20b9791ea26c763d0e2ba2cc8f0 Mon Sep 17 00:00:00 2001 From: ArthurDeclercq Date: Thu, 15 Feb 2024 15:35:59 +0100 Subject: [PATCH] change numpy version upper limit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35e954dd..6a2260be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ dynamic = ["version"] requires-python = ">=3.8" dependencies = [ - "numpy>=1.16.0", + "numpy>=1.16.0", <1.23, "pandas>=1.0", "rich>=12", "pyteomics>=4.1.0, <4.7",