From c624f469fdddf414ee9dcdd7c02b963d54977415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:41:17 +0000 Subject: [PATCH] Bump numpy from 1.11.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.11.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.11.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d1c493..e03a221 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.11.3 +numpy==1.22.0 pandas>=0.15.1 matplotlib>=1.4.3 seaborn>=0.5.1 diff --git a/setup.py b/setup.py index e7cb151..5e19e41 100644 --- a/setup.py +++ b/setup.py @@ -21,8 +21,8 @@ packages=cbgt_packages, package_data=package_data, description='CBGT contains code for implementing the CBGT network and drift-diffusion model (DDM) fits described in the manuscript Reward-driven changes in striatal pathway competition shape evidence evaluation in decision-making.', - install_requires=['numpy==1.11.3', 'pandas>=0.15.1', 'matplotlib>=1.4.3', 'seaborn>=0.5.1', 'future'], - setup_requires=['numpy==1.11.3', 'pandas>=0.15.1', 'matplotlib>=1.4.3', 'seaborn>=0.5.1', 'future'], + install_requires=['numpy==1.22.0', 'pandas>=0.15.1', 'matplotlib>=1.4.3', 'seaborn>=0.5.1', 'future'], + setup_requires=['numpy==1.22.0', 'pandas>=0.15.1', 'matplotlib>=1.4.3', 'seaborn>=0.5.1', 'future'], include_dirs = [np.get_include()], classifiers=['Environment :: Console', 'Operating System :: OS Independent',