Skip to content

Commit 6d7e1ca

Browse files
committed
Upgrade SymPy to 1.6
1 parent 06cdbea commit 6d7e1ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/logic/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import sympy
1111

1212
from sympy.core.relational import Relational
13-
import sympy.parsing.sympy_tokenize as sympy_tokenize
13+
import tokenize as sympy_tokenize
1414
from six.moves import map
1515
from six.moves import zip
1616

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ enum34==1.1.10
99
nose==1.3.7
1010
requests==2.23.0
1111
docutils==0.16
12-
sympy==1.0
12+
sympy==1.6

0 commit comments

Comments
 (0)