From cec2b72cd2653a26034feecedd848bb1814aa29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:50:52 +0000 Subject: [PATCH] Bump umap-learn from 0.5.6 to 0.5.7 Bumps [umap-learn](https://github.com/lmcinnes/umap) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/lmcinnes/umap/releases) - [Changelog](https://github.com/lmcinnes/umap/blob/master/doc/release_notes.rst) - [Commits](https://github.com/lmcinnes/umap/compare/release-0.5.6...release-0.5.7) --- updated-dependencies: - dependency-name: umap-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb1fcb0c..d9329e06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,5 +36,5 @@ spacy==3.7.6 textdistance==4.6.3 tiktoken==0.7.0 tqdm==4.66.5 -umap-learn==0.5.6 +umap-learn==0.5.7 unstructured==0.15.13