diff --git a/pyproject.toml b/pyproject.toml index 9fbc60141..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.2.0", + "mpmath>=1.2.0,<1.4.0", "numpy", "palettable", # Pillow 9.1.0 supports BigTIFF with big-endian byte order.