From 562baf66bc90d445942ce700439131f425c1c40d Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Sun, 19 Jul 2026 15:42:03 -0300 Subject: [PATCH 1/4] upgrade mpmath version --- examples/symbolic_logic/gries_schneider/GS1.m | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/symbolic_logic/gries_schneider/GS1.m b/examples/symbolic_logic/gries_schneider/GS1.m index b19cb40a8..e3751318a 100644 --- a/examples/symbolic_logic/gries_schneider/GS1.m +++ b/examples/symbolic_logic/gries_schneider/GS1.m @@ -61,7 +61,7 @@ Mathics3 10.0.0 Running on linux CPython 3.14.3 (main, Mar 30 2026, 06:42:16) [GCC 13.3.0] - using SymPy 1.13.3, mpmath 1.3.0, numpy 2.4.4, cython 3.2.4, scipy 1.17.1, skimage 0.26.0 + using SymPy 1.14.0, mpmath 1.4.0, numpy 2.4.4, cython 3.2.4, scipy 1.17.1, skimage 0.26.0 Copyright (C) 2011-2026 The Mathics3 Team. This program comes with ABSOLUTELY NO WARRANTY. diff --git a/pyproject.toml b/pyproject.toml index 9fbc60141..057e806da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta" description = "A general-purpose computer algebra system." dependencies = [ "Mathics3_Scanner>=10.0", - "mpmath>=1.2.0", + "mpmath>=1.4.0", "numpy", "palettable", # Pillow 9.1.0 supports BigTIFF with big-endian byte order. From 3a9e318e7493de61abca9910470d264819574289 Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Sun, 19 Jul 2026 15:46:34 -0300 Subject: [PATCH 2/4] downgrade mpmath 1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 057e806da..17df33f1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta" description = "A general-purpose computer algebra system." dependencies = [ "Mathics3_Scanner>=10.0", - "mpmath>=1.4.0", + "mpmath>=1.3.0", "numpy", "palettable", # Pillow 9.1.0 supports BigTIFF with big-endian byte order. From e9fcc512ae255c6814fe327d8f59fc58916136ee Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Sun, 19 Jul 2026 19:50:59 -0300 Subject: [PATCH 3/4] update mpmath dependence --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17df33f1b..2cc8841a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta" description = "A general-purpose computer algebra system." dependencies = [ "Mathics3_Scanner>=10.0", - "mpmath>=1.3.0", + "mpmath>=1.2.0,<1.4.0", "numpy", "palettable", # Pillow 9.1.0 supports BigTIFF with big-endian byte order. From dc4ae2c1cea523641ee42b52f5069083629a3876 Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Sun, 19 Jul 2026 21:25:22 -0300 Subject: [PATCH 4/4] undo change in GS1.m --- examples/symbolic_logic/gries_schneider/GS1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/symbolic_logic/gries_schneider/GS1.m b/examples/symbolic_logic/gries_schneider/GS1.m index e3751318a..b19cb40a8 100644 --- a/examples/symbolic_logic/gries_schneider/GS1.m +++ b/examples/symbolic_logic/gries_schneider/GS1.m @@ -61,7 +61,7 @@ Mathics3 10.0.0 Running on linux CPython 3.14.3 (main, Mar 30 2026, 06:42:16) [GCC 13.3.0] - using SymPy 1.14.0, mpmath 1.4.0, numpy 2.4.4, cython 3.2.4, scipy 1.17.1, skimage 0.26.0 + using SymPy 1.13.3, mpmath 1.3.0, numpy 2.4.4, cython 3.2.4, scipy 1.17.1, skimage 0.26.0 Copyright (C) 2011-2026 The Mathics3 Team. This program comes with ABSOLUTELY NO WARRANTY.