Fix deprecation warning for Sympy 1.7
Compare changes
- Markus Holzer authored
+ 4
− 0
@@ -98,6 +98,10 @@ try:
@@ -98,6 +98,10 @@ try:
We have to try from newest to oldest import to avoid deprecation warnings.
They added the old import again, but with a deprecation warning.