Skip to content

Commit 8eb58e8

Browse files
Remove pin on sympy given that 1.10.1 fixes the regression that broke formulaic.
1 parent bc2ccdf commit 8eb58e8

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
@@ -45,7 +45,7 @@ documentation = "https://matthewwardrop.github.io/formulaic"
4545

4646
[project.optional-dependencies]
4747
arrow = ["pyarrow>=1"]
48-
calculus = ["sympy<1.10,>=1.3"]
48+
calculus = ["sympy>=1.3,!=1.10"]
4949

5050
[tool.hatch.version]
5151
source = "vcs"

0 commit comments

Comments
 (0)