aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bfe5286..ddd8eea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@
dependencies = [
"numpy",
"scipy",
- "sympy>=1.7.1",
+ "sympy>=1.7.1,!=1.14.0",
"pandas",
"atpublic",
"cython",