From 52fa36231169dbfd24bec2d491e241de0a70f74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:02:15 +0000 Subject: [PATCH] pip prod(deps): update sympy requirement from <1.13,>=1.9 to >=1.9,<1.14 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-1.9...sympy-1.13.1) --- updated-dependencies: - dependency-name: sympy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92e4bf3724..0774fec897 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cloudpickle pip>=9.0.1 numpy>1.16 -sympy>=1.9,<1.13 +sympy>=1.9,<1.14 cached-property psutil>=5.1.0,<7.0 py-cpuinfo<10