# python ~/local/tools/supported_python_versions_pip.py colorama
# python ~/local/tools/supported_python_versions_pip.py numpy
# python ~/local/tools/supported_python_versions_pip.py xxhash

# 1.19.2 is the tensorflow minimum
numpy>=1.21.6    ;                            python_version >= '3.10'    # Python 3.10+
numpy>=1.19.3    ; python_version < '3.10' and python_version >= '3.9'    # Python 3.9
numpy>=1.19.2    ; python_version < '3.9' and python_version >= '3.8'    # Python 3.8
numpy>=1.14.5    ; python_version < '3.8' and python_version >= '3.7'    # Python 3.7
numpy>=1.12.0    ; python_version < '3.7' and python_version >= '3.6'    # Python 3.6
numpy>=1.11.1    ; python_version < '3.6' and python_version >= '3.5'    # Python 3.5
numpy>=1.11.1    ; python_version < '3.5' and python_version >= '3.4'    # Python 3.4
numpy>=1.11.1    ; python_version < '3.4' and python_version >= '2.7'    # python 2.7

xxhash>=3.0.0     ;                            python_version >= '3.10'    # Python 3.10+
xxhash>=2.0.2     ; python_version < '3.10' and python_version >= '3.9'    # Python 3.9
xxhash>=1.4.3     ; python_version < '3.9' and python_version >= '3.8'    # Python 3.8
xxhash>=1.3.0     ; python_version < '3.8' and python_version >= '3.7'    # Python 3.7
xxhash>=1.3.0     ; python_version < '3.7' and python_version >= '3.6'    # Python 3.6

Pygments>=2.2.0
colorama>=0.4.3;platform_system=="Windows"

python_dateutil>=2.8.1
