From 47a842281e3d1cba66829dba2e3cb7baef79950b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:14:35 +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/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/jupyterlab-plotly-v1.0.0-alpha.3...v6.0.0) --- updated-dependencies: - dependency-name: plotly 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 457e7b75..7a8ac8b7 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<5.25 +plotly<6.1 pycaret[models,parallel,test]==3.3.2 pydantic<3 python-dotenv<2