From 4356be18b02776d732122f7bc71e6555b4080b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 15:52:37 +0000 Subject: [PATCH] Bump numpy in /octis/models/contextualized_topic_models Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- octis/models/contextualized_topic_models/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octis/models/contextualized_topic_models/requirements.txt b/octis/models/contextualized_topic_models/requirements.txt index 8c57c48f..3a81e4a4 100644 --- a/octis/models/contextualized_topic_models/requirements.txt +++ b/octis/models/contextualized_topic_models/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.19.1 +numpy==1.21.0 torchvision==0.7.0 torch>=1.6.0 gensim>=3.8.3