Installation Guide ================== Primary Dependencies -------------------- **Colour - Datasets** requires various dependencies in order to run: - `python >= 3.10, < 3.14 `__ - `cachetools `__ - `colour-science >= 4.5 `__ - `imageio >= 2, < 3 `__ - `numpy >= 1.24, < 3 `__ - `scipy >= 1.10, < 2 `__ - `tqdm `__ - `xlrd >=1.2, <2 `__ Pypi ---- Once the dependencies are satisfied, **Colour - Datasets** can be installed from the `Python Package Index `__ by issuing this command in a shell:: pip install --user colour-datasets The overall development dependencies are installed as follows:: pip install --user 'colour-datasets[development]'