From 95756e957ada8f7964310555d108a10a479f3166 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 11 Sep 2024 16:58:18 +0900 Subject: [PATCH] Set version constraints on bottle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa3da28ab..9b475fc13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Intended Audience :: Science/Research", ] dependencies = [ - "bottle", + "bottle>=0.13.0", "optuna>=3.1.0", "packaging", "scikit-learn",