Downgrade to pyopenssl 22.0.0 to fix compatibility issue

PiperOrigin-RevId: 549671013
Change-Id: I8e27f86b7a02b74f8bed9437dd6d17ad8d9cabfc
This commit is contained in:
Jana Cavojska
2023-07-20 10:26:45 -07:00
committed by Copybara-Service
parent 6cb85e9684
commit 69afc4df91

View File

@@ -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",