From 96d06ed0b0818a77784978d0dc7485a33e4d5427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:06:21 +0000 Subject: [PATCH] Chore(deps): Bump pycaret[analysis,models,parallel,test,tuner] Bumps [pycaret[analysis,models,parallel,test,tuner]](https://github.com/pycaret/pycaret) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pycaret/pycaret/releases) - [Commits](https://github.com/pycaret/pycaret/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: pycaret[analysis,models,parallel,test,tuner] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1f00c6..e52dc25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ develop = [ "validate-pyproject<0.17", ] examples = [ - 'pycaret[analysis,models,parallel,test,tuner]==3.3.0; platform_machine != "aarch64"', + 'pycaret[analysis,models,parallel,test,tuner]==3.3.1; platform_machine != "aarch64"', "salesforce-merlion<2.1", "werkzeug==2.2.3", ]