From 56747deda09a57a18b5d10cd14c309de4fbd4b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:12:12 +0000 Subject: [PATCH] Bump numpy from 1.21 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21 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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9a0df5..e8ff751 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mici==0.1.10 symnum==0.1.2 -numpy==1.21 +numpy==1.22.0 sympy==1.8 jax==0.2.21 jaxlib==0.1.71 diff --git a/setup.py b/setup.py index 77694a3..427c67a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_requires=[ 'mici==0.1.10', 'symnum==0.1.2', - 'numpy==1.21', + 'numpy==1.22.0', 'sympy==1.8', 'jax==0.2.21', 'jaxlib==0.1.71'