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. 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",