File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ classifiers = [
1313 " Operating System :: OS Independent" ,
1414]
1515requires-python = " >=3.10, <4"
16- dependencies = [" juliapkg >=0.1.21 , <0.2" ]
16+ dependencies = [" juliapkg >=0.1.24 , <0.2" ]
1717
1818[dependency-groups ]
1919dev = [
Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ def args_from_config(config):
201201 # Find the Julia executable and project
202202 CONFIG ['exepath' ] = exepath = juliapkg .executable ()
203203 CONFIG ['project' ] = project = juliapkg .project ()
204+ if libpath is None :
205+ CONFIG ['libpath' ] = libpath = juliapkg .libjulia ()
204206 else :
205207 raise Exception ("Both PYTHON_JULIACALL_PROJECT and PYTHON_JULIACALL_EXE must be set together, not only one of them." )
206208 if (libpath is not None ) and (exepath is None ):
You can’t perform that action at this time.
0 commit comments