From a2e92900fcd178c8b73fe3b48fd9403ff65516da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:20:28 +0000 Subject: [PATCH 1/2] Bump sympy from 1.13.3 to 1.14.0 Bumps [sympy](https://github.com/sympy/sympy) from 1.13.3 to 1.14.0. - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](https://github.com/sympy/sympy/compare/sympy-1.13.3...sympy-1.14.0) --- updated-dependencies: - dependency-name: sympy dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 855fd474..4c5a6d79 100644 --- a/environment.yml +++ b/environment.yml @@ -18,6 +18,6 @@ dependencies: # TODO: Check for SymPy 1.14.1+ when available # Pinned to 1.13.3 due to bug in 1.14.0 causing OverflowError in solve() # for symbolic differentiation in solow.md (factorint issue with large mpz) - - sympy==1.13.3 + - sympy==1.14.0 From cc36c769a4262e4e1362aaf09f6708d8321909c3 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 23 Dec 2025 14:17:26 +1100 Subject: [PATCH 2/2] Remove sympy pin - included in anaconda distribution and 1.14.0 bug is fixed --- environment.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/environment.yml b/environment.yml index 4c5a6d79..78ac925e 100644 --- a/environment.yml +++ b/environment.yml @@ -15,9 +15,5 @@ dependencies: - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2 - sphinx-reredirects==1.0.0 - # TODO: Check for SymPy 1.14.1+ when available - # Pinned to 1.13.3 due to bug in 1.14.0 causing OverflowError in solve() - # for symbolic differentiation in solow.md (factorint issue with large mpz) - - sympy==1.14.0