Skip to content

Commit

Permalink
Downgrade to pyopenssl 22.0.0 to fix compatibility issue
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549671013
Change-Id: I8e27f86b7a02b74f8bed9437dd6d17ad8d9cabfc
  • Loading branch information
Jane333 authored and copybara-github committed Jul 20, 2023
1 parent 6cb85e9 commit 69afc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/AlphaFold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
" %shell pip3 install -r ./alphafold/requirements.txt\n",
" # Run setup.py to install only AlphaFold.\n",
" %shell pip3 install --no-dependencies ./alphafold\n",
" %shell pip3 install --upgrade pyopenssl\n",
" %shell pip3 install pyopenssl==22.0.0\n",
" pbar.update(10)\n",
"\n",
" # Make sure stereo_chemical_props.txt is in all locations where it could be searched for.\n",
Expand Down

0 comments on commit 69afc4d

Please sign in to comment.