From 783520c58318430f6f259a4fc2f78c9fa7afde09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:44:14 +0000 Subject: [PATCH] Update bertopic requirement from <=0.14.1 to <=0.16.4 Updates the requirements on [bertopic](https://github.com/MaartenGr/BERTopic) to permit the latest version. - [Release notes](https://github.com/MaartenGr/BERTopic/releases) - [Changelog](https://github.com/MaartenGr/BERTopic/blob/master/docs/changelog.md) - [Commits](https://github.com/MaartenGr/BERTopic/compare/v0.1.0...v0.16.4) --- updated-dependencies: - dependency-name: bertopic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33644819..c2ad77c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ - "bertopic<=0.14.1", + "bertopic<=0.16.4", "dash>=2.11.0", "datasets", "deepface<=0.0.92",