matthewwardrop / formulaic

A high-performance implementation of Wilkinson formulas for Python.
MIT License
313 stars 21 forks source link

Remove pin on `sympy` given that 1.10.1 fixes the regression that broke formulaic. #134

Closed matthewwardrop closed 1 year ago

matthewwardrop commented 1 year ago

Sympy 1.10 broke Formulaic, but it turns out this was just a regression that was fixed in Sympy 1.10.1.

Closes #132