From 44702b14cc64e57240d97b357198b98b31fcee44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:07:10 +0000 Subject: [PATCH] Bump numpy from 1.14.3 to 1.22.0 in /seqmod Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- seqmod/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqmod/setup.py b/seqmod/setup.py index c5fbeed..a8e7683 100644 --- a/seqmod/setup.py +++ b/seqmod/setup.py @@ -17,7 +17,7 @@ download_url='https://api.github.com/repos/emanjavacas/seqmod/tarball', license='GPL', install_requires=[ - 'numpy==1.14.3', + 'numpy==1.22.0', 'tqdm==4.23.3', 'lorem==0.1.1', 'gensim==3.4.0',