Skip to content

Commit

Permalink
Merge pull request #127 from probcomp/2022-09-21-schaechtle-bump-symp…
Browse files Browse the repository at this point in the history
…y-version

Update Sympy
  • Loading branch information
Feras Saad authored Oct 14, 2022
2 parents 8b0fe0c + 012e2dc commit 9b26e65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'astunparse==1.6.3',
'numpy==1.22.3',
'scipy==1.8.0',
'sympy==1.6',
'sympy==1.10.1',
],
'magics' : [
'graphviz==0.13.2',
Expand Down
2 changes: 1 addition & 1 deletion src/poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import sympy

from sympy.calculus.util import limit
from sympy import limit

from .sets import EmptySet
from .sets import ExtReals
Expand Down
2 changes: 1 addition & 1 deletion src/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

import sympy

from sympy import limit
from sympy.abc import X as symX

from sympy.calculus.util import function_range
from sympy.calculus.util import limit

from .math_util import isinf_neg
from .math_util import isinf_pos
Expand Down

0 comments on commit 9b26e65

Please sign in to comment.