From a198ca6999da64c3f6ce38be052b756c393f8ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 20:05:11 +0000 Subject: [PATCH] Bump sympy from 1.5 to 1.11 Bumps [sympy](https://github.com/sympy/sympy) from 1.5 to 1.11. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.5...sympy-1.11) --- 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..2cd3460 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 tqdm>=4.56 \ No newline at end of file diff --git a/setup.py b/setup.py index 4ec039a..ad5ea89 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'] this_directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(this_directory, 'README.md'), 'r') as f: