From 4e55023c3000deaa317e4f26936e1c0406b5f99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 19:31:38 +0000 Subject: [PATCH] pip prod(deps): update sympy requirement from <1.6 to <1.7 Updates the requirements on [sympy](https://github.com/sympy/sympy) to permit the latest version. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-0.5.0...sympy-1.6.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b36d4ff6c3..2282d03128 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip>=9.0.1 numpy>1.16 -sympy<1.6 +sympy<1.7 scipy pytest>=3.6,<7.0 pytest-runner