aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1972bfa..c6081ab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@
dependencies = [
"numpy",
"scipy",
- "sympy>=1.7.1",
+ "sympy>=1.7.1,<1.13", # <=1.13 required because of https://github.com/sympy/sympy/issues/26789 and https://github.com/sympy/sympy/issues/26791.
"pandas",
"atpublic",
"cython",