Skip to content

Commit

Permalink
Merge pull request #9 from shiqinzeng/master
Browse files Browse the repository at this point in the history
change to condaPKG to PythonCall.c.condaPKG
  • Loading branch information
mloubout authored Dec 13, 2024
2 parents 30a9ad0 + 97391cc commit 1603414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/PythonPlotSlimExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function tryimport(pkg::String)
pyexe = PythonPlot.PythonCall.python_executable_path()
run(Cmd(`$(pyexe) -m pip install --user $(pkg)`))
else
PythonPlot.CondaPkg.add_pip(pkg)
PythonPlot.PythonCall.C.CondaPkg.add_pip(pkg)
end
PythonPlot.pyimport(pkg)
end
Expand Down

0 comments on commit 1603414

Please sign in to comment.