From 29572908b8868274324eccec4dbf32446c51541a Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Tue, 3 Dec 2024 16:00:00 +0000 Subject: [PATCH] Update pyproject.toml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8e738f..359648b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "*" +python = ">=3.8,<3.12" click = "*" pyopenms = "*" ms2rescore = "3.0.3"