# Requirements ## Install Python packages ```bash pip install -r requirements.txt ``` ## Python packages version Python packages version (see `requirements.txt` for installable bounds; tested on Python 3.8–3.12): | Python packages | Version range | | :---------------- | -------------------------- | | python_version | 3.8, 3.9, 3.10, 3.11, 3.12 | | numpy | >=1.20, <2.0 | | pandas | >=1.4, <3.0 | | scipy | >=1.7, <2.0 | | numexpr | >=2.7.0,<3.0.0 | | matplotlib | >=3.5, <4.0 | | tqdm | >=4.64.0,<5.0.0 | | tabulate | >=0.8.9,<1.0.0 | | requests | >=2.25.1,<3.0.0 | | astropy | >=5.0.0,<7.0.0 | | dask | >=2022.5, <2025 | | pandarallel | >=1.6.5,<2.0.0 |