From 60118f65e1286efda5f5eada276177b8fad4cf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:44:59 +0000 Subject: [PATCH] Update plotly requirement in /topic/machine-learning/automl Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/jupyterlab-plotly-v1.0.0-alpha.3...v6.2.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- topic/machine-learning/automl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index 7a8ac8b7..afaeb730 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,7 +1,7 @@ # Real. dask==2024.12.1 mlflow-cratedb==2.14.1 -plotly<6.1 +plotly<6.3 pycaret[models,parallel,test]==3.3.2 pydantic<3 python-dotenv<2