algebra_with_sympy version 0.9.4 released for compatibility with sympy>=1.11 #7
gutow
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The upcoming release of sympy version 1.11 will break versions of
algebra_with_sympy<0.9.4
because of the introduction of a function that is not a subclass of the sympyFunction
class. If you wish to use sympy>=1.11 you should update to algebra_with_sympy>=0.9.4. The newer version of algebra_with_sympy is also compatible withsympy<1.11
.To update:
pip install Algebra-with-SymPy==0.9.4
orpip install -U Algebra-with-SymPy
Beta Was this translation helpful? Give feedback.
All reactions