From 24fa81195a95a411f2e241556e9400e55830b45b Mon Sep 17 00:00:00 2001 From: RalfG Date: Thu, 4 Jul 2024 19:21:12 +0200 Subject: [PATCH] Explicitly add scikit-learn 1.5.1 to dependencies --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d25968b..824b710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,10 @@ dependencies = [ "mokapot>=0.9", "ms2pip>=4.0.0-dev10", "ms2rescore_rs", + # "numpy==1.24.3; python_version == '3.11'", # Incompatibility with sklearn, pygam, and TF... + # "numpy>=1.16.0; python_version != '3.11'", "numpy>=1.16.0", + "scikit-learn==1.5.1", "pandas>=1.0", "plotly>=5", "psm_utils>=0.9",