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 71cd22c commit b61a7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "1.0.0-DEV"

[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"

[compat]
Expand Down
3 changes: 0 additions & 3 deletions src/ColabMPNN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ module ColabMPNN

export mpnn_sample

import Pkg
using PyCall, Conda

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

function __init__()
import Pkg

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

Expand Down

0 comments on commit b61a7d7

Please sign in to comment.