Skip to content

Commit b95214b

Browse files
committed
Release v1.2.0
1 parent f94d00c commit b95214b

4 files changed

+4
-4
lines changed

AlphaFold2.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
" pip install -q biopython dm-haiku ml-collections py3Dmol\n",
187187
" # Trick for dev stage because otherwise pip won't install newer git versions\n",
188188
" pip uninstall -y -q colabfold\n",
189-
" pip install -q \"colabfold[alphafold] @ git+https://github.com/sokrypton/ColabFold\"\n",
189+
" pip install -q \"colabfold[alphafold]==1.2.0\" # Changed for release notebook\n",
190190
" touch COLABFOLD_READY\n",
191191
"fi\n",
192192
"\n",

batch/AlphaFold2_batch.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"USE_TEMPLATES=$3\n",
127127
"\n",
128128
"# Trick for dev stage because otherwise pip won't install newer git versions\n",
129-
"pip install -q 'git+https://github.com/sokrypton/ColabFold.git#egg=ColabFold[alphafold]'\n",
129+
"pip install -q \"colabfold[alphafold]==1.2.0\" # Changed for release notebook\n",
130130
"\n",
131131
"# Download params (~1min)\n",
132132
"python -m colabfold.download\n",

beta/AlphaFold2_advanced_old.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,4 +1121,4 @@
11211121
"outputs": []
11221122
}
11231123
]
1124-
}
1124+
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colabfold"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Making protein folding accessible to all. Predict proteins structures both in google colab and on your machine"
55
authors = [
66
"Milot Mirdita <[email protected]>",

0 commit comments

Comments
 (0)