Skip to content

Commit 1648d23

Browse files
authored
specify biopython==1.81 version while installing (sokrypton#622)
1 parent 57b220e commit 1648d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beta/omegafold.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
" if not os.path.isdir(\"OmegaFold\"):\n",
6363
" %shell git clone --branch beta --quiet https://github.com/sokrypton/OmegaFold.git\n",
6464
" # %shell cd OmegaFold; pip -q install -r requirements.txt\n",
65-
" %shell pip -q install py3Dmol biopython\n",
65+
" %shell pip -q install py3Dmol biopython==1.81\n",
6666
" %shell apt-get install aria2 -qq > /dev/null\n",
6767
" %shell aria2c -q -x 16 https://helixon.s3.amazonaws.com/release1.pt\n",
6868
" %shell mkdir -p ~/.cache/omegafold_ckpt\n",
@@ -236,4 +236,4 @@
236236
"outputs": []
237237
}
238238
]
239-
}
239+
}

0 commit comments

Comments
 (0)