From e4d853b0435d7a0c520a6e0cf088b5f310f737f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:11:52 +0000 Subject: [PATCH] Bump sympy from 1.5 to 1.11.1 Bumps [sympy](https://github.com/sympy/sympy) from 1.5 to 1.11.1. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.5...sympy-1.11.1) --- updated-dependencies: - dependency-name: sympy dependency-type: direct:production update-type: version-update:semver-minor ... 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 eae21b5..142149f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ pysb>=1.11 pytest>=6.2 scikit-learn>=0.24 scipy>=1.5 -sympy==1.5 +sympy==1.11.1 tqdm>=4.56 \ No newline at end of file diff --git a/setup.py b/setup.py index 4ec039a..05d353d 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def finalize_options(self): include_dirs=py_inc)] install_requires = ['pysb', 'matplotlib', 'anytree', 'scikit-learn', 'pydot', 'tqdm', - 'editdistance', 'pandas', 'networkx', 'numpy', 'sympy==1.5'] + 'editdistance', 'pandas', 'networkx', 'numpy', 'sympy==1.11.1'] this_directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(this_directory, 'README.md'), 'r') as f: