Skip to content

Commit

Permalink
[Fix] Use sympy<1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikandreasseitz committed Jul 10, 2024
1 parent f51a1eb commit 00d8f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -40,6 +40,7 @@ dependencies = [
"numpy",
"torch",
"openfermion",
"sympy<1.13",
"sympytorch>=0.1.2",
"rich",
"tensorboard>=2.12.0",
Expand Down

0 comments on commit 00d8f2b

Please sign in to comment.