As a personal memorandum.
Exhale the list of installed packages and upgrade for all of their contents. Confirmed operation at Windows10 command prompt.
pip freeze > requirements.txt
pip install -r requirements.txt --upgrade
Recommended Posts