From 1c0a2874ccbfe371775ba8b62a18c9fdcea9c3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:26:08 +0000 Subject: [PATCH] Bump numpy from 1.11.3 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.11.3 to 1.21.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.21.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..3d314c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.11.3 +numpy==1.21.0 pandas>=0.15.1 matplotlib>=1.4.3 seaborn>=0.5.1 diff --git a/setup.py b/setup.py index e7cb151..9d1808b 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.21.0', 'pandas>=0.15.1', 'matplotlib>=1.4.3', 'seaborn>=0.5.1', 'future'], + setup_requires=['numpy==1.21.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',