From ee5a76c065e66e366c6fec7a55eea4b7f727051c Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Fri, 10 Oct 2025 16:13:45 +0800 Subject: [PATCH 1/2] revert changes to dep versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02b1c3c..4d35fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "requests>=2.32.0,<3.0.0", "tqdm>=4.65.0,<5.0.0", "statsmodels>=0.14.5,<0.16.0", - "quantile-forest>=1.5.0,<1.5.0", + "quantile-forest>=1.4.1,<1.5.0", "pydantic>=2.8.0,<3.0.0", "optuna>=4.3.0,<5.0.0", "joblib>=1.5.0,<2.0.0", From d7677b3c3e386294e703c19e340475613b520b54 Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Fri, 10 Oct 2025 16:17:09 +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..b8bd26c 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.