From 00d8f2b36b3b20c649aac3eae0304e1e3f963f9b Mon Sep 17 00:00:00 2001 From: seitzdom Date: Wed, 10 Jul 2024 14:54:17 +0200 Subject: [PATCH] [Fix] Use sympy<1.13 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c77c5c9e..2b977db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ authors = [ ] requires-python = ">=3.9" license = { text = "Apache 2.0" } -version = "1.7.0" +version = "1.7.1" classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", @@ -40,6 +40,7 @@ dependencies = [ "numpy", "torch", "openfermion", + "sympy<1.13", "sympytorch>=0.1.2", "rich", "tensorboard>=2.12.0",