From 0fe04ef25191aace59e6ffae60ed6455ea682d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 03:32:50 +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.1.1) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.1.1 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..7f5b465d 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.2 pycaret[models,parallel,test]==3.3.2 pydantic<3 python-dotenv<2