Skip to content

Commit 50ba50a

Browse files
committed
update native header
1 parent 827df98 commit 50ba50a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inst/private/python_ipc_native.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
'import sympy as sp'
6666
'from sympy import __version__ as spver'
6767
'from sympy import *'
68+
'from sympy.sets.fancysets import *'
69+
'from sympy.sets.sets import *'
6870
'from sympy.logic.boolalg import Boolean, BooleanFunction'
6971
'from sympy.core.relational import Relational'
7072
'# temporary? for piecewise support'

0 commit comments

Comments
 (0)