Skip to content

Commit fa9d6a3

Browse files
Update sympy version in pyproject.toml fixes #2
1 parent f613e97 commit fa9d6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = [{ path = "lf_toolkit/py.typed" }]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.11"
16-
sympy = "1.12"
16+
sympy = ">=1.12,<2.0"
1717
ujson = "5.10.0"
1818
anyio = "4.6.0"
1919
jsonrpcserver = ">=5.0.9"

0 commit comments

Comments
 (0)