Skip to content

Commit

Permalink
setting openmm-8.0.0 (required for python 3.11, new google colab defa…
Browse files Browse the repository at this point in the history
…ult)
  • Loading branch information
sokrypton committed Jan 16, 2025
1 parent acc0bf7 commit 09e31eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beta/relax_amber.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"\n",
"if not os.path.isfile(\"AMBER_READY\"):\n",
" print(\"installing amber...\")\n",
" os.system(f\"mamba install -y -q -c conda-forge openmm=7.7.0 python='{PYTHON_VERSION}' pdbfixer 2>&1 1>/dev/null\")\n",
" os.system(f\"mamba install -y -q -c conda-forge openmm=8.0.0 python='{PYTHON_VERSION}' pdbfixer 2>&1 1>/dev/null\")\n",
" os.system(\"touch AMBER_READY\")\n",
"\n",
"PATH = f\"/usr/local/lib/python{PYTHON_VERSION}/site-packages/\"\n",
Expand Down

0 comments on commit 09e31eb

Please sign in to comment.