From 603d1fcfded9ed373322530c970ed0fba37f63a3 Mon Sep 17 00:00:00 2001 From: cross32768 Date: Fri, 30 Jun 2023 11:08:50 +0900 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index be4a18e0..ffbf92a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "optuna>=2.4.0", "packaging", "scikit-learn", + "streamlit", ] dynamic = ["version"]