From ab0b9f3b09294a00643443c90014c174ebe629c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:46:16 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2 --- COOL/src/main/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COOL/src/main/python/requirements.txt b/COOL/src/main/python/requirements.txt index 3b71019a..9275e6df 100644 --- a/COOL/src/main/python/requirements.txt +++ b/COOL/src/main/python/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.26.4 +numpy==2.2.3 pandas==1.5.3 scikit-learn==1.6.1 notebook==7.3.2