Skip to content

Commit

Permalink
Conda.add colabdesign
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Mar 10, 2024
1 parent 8f91f1b commit 4a69969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ColabMPNN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function __init__()
if !haskey(Conda._installed_packages_dict(), "colabdesign")
Conda.pip_interop(true)
Conda.pip("install", "git+https://github.com/sokrypton/ColabDesign.git@v1.1.1")
Conda.add("colabdesign")
end

copy!(colabdesign, pyimport_conda("colabdesign", "colabdesign"))
Expand Down

0 comments on commit 4a69969

Please sign in to comment.