Skip to content

Commit

Permalink
pyimport -> pyimport_conda
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Mar 10, 2024
1 parent d61df53 commit 8f91f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColabMPNN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function __init__()
Conda.pip("install", "git+https://github.com/sokrypton/ColabDesign.git@v1.1.1")
end

copy!(colabdesign, pyimport("colabdesign"))
copy!(colabdesign, pyimport_conda("colabdesign", "colabdesign"))
copy!(mpnn_model, colabdesign.mk_mpnn_model())
end

Expand Down

0 comments on commit 8f91f1b

Please sign in to comment.