# Requirements for the COLD algorithm

astropy>=5.2.2     ; python_version < '4.0'  and python_version >= '3.11'    # Python 3.11+
astropy>=5.1       ; python_version < '3.11' and python_version >= '3.10'    # Python 3.10
astropy>=5.1       ; python_version < '3.10' and python_version >= '3.9'     # Python 3.9
astropy>=5.1       ; python_version < '3.9'  and python_version >= '3.8'     # Python 3.8

pycold>=0.1.2
