Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Mar 4, 2024
1 parent b61a7d7 commit 1cbd02d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ColabMPNN.jl
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
module ColabMPNN

export mpnn_sample
export mpnn_model, mpnn_sample

using PyCall, Conda

const colabdesign = PyNULL()
const mpnn_model = PyNULL()

function __init__()
ENV["PYTHON"] = ""
Pkg.build("PyCall")

Conda.pip_interop(true)
Conda.pip("install", "git+https://github.com/sokrypton/ColabDesign.git@v1.1.1")

Expand Down

0 comments on commit 1cbd02d

Please sign in to comment.