From 83acd43b59d02859c346c041458b9238218de78d Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Thu, 6 Nov 2025 12:46:32 +0800 Subject: [PATCH 1/2] bring scikit learn version down --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 806bddd..217eb70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "numpy>=2.0.0,<3.0.0", "pandas>=2.2.0,<3.0.0", "plotly>=5.24.0,<6.0.0", - "scikit-learn>=1.8.0,<2.0.0", + "scikit-learn>=1.7.0,<2.0.0", "scipy>=1.16.0,<1.17.0", "requests>=2.32.0,<3.0.0", "tqdm>=4.65.0,<5.0.0", From 85d500c46673270100b0268b606b0bf12137658c Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Thu, 6 Nov 2025 12:47:23 +0800 Subject: [PATCH 2/2] changelog entry --- changelog_entry.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29..bcc812c 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - Fixed pyproject.toml to avoid dependency versions updating with package again, again.