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