# python ~/local/tools/supported_python_versions_pip.py torch
ubelt>=0.8.2
liberator>=0.0.1
six >= 1.11.0

torch>=1.8.0     ;                              python_version >= '3.8.0'  # Python 3.8+
torch>=1.4.0     ; python_version < '3.8.0' and python_version >= '3.6'    # Python 3.6-3.8
