Skip to content

Commit

Permalink
specify biopython==1.81 version while installing (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-betalol authored May 12, 2024
1 parent 57b220e commit 1648d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beta/omegafold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
" if not os.path.isdir(\"OmegaFold\"):\n",
" %shell git clone --branch beta --quiet https://github.com/sokrypton/OmegaFold.git\n",
" # %shell cd OmegaFold; pip -q install -r requirements.txt\n",
" %shell pip -q install py3Dmol biopython\n",
" %shell pip -q install py3Dmol biopython==1.81\n",
" %shell apt-get install aria2 -qq > /dev/null\n",
" %shell aria2c -q -x 16 https://helixon.s3.amazonaws.com/release1.pt\n",
" %shell mkdir -p ~/.cache/omegafold_ckpt\n",
Expand Down Expand Up @@ -236,4 +236,4 @@
"outputs": []
}
]
}
}

0 comments on commit 1648d23

Please sign in to comment.