From 27470f78d0850aca2a012a905151c5f7b6794148 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Sun, 13 Oct 2024 10:03:10 +1300 Subject: [PATCH] Update `README.rst` file. --- README.rst | 2 +- docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 388b78f..66e7568 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ Primary Dependencies **Colour - Demosaicing** requires various dependencies in order to run: - `python >= 3.10, < 3.14 `__ -- `colour-science >= 4.4 `__ +- `colour-science >= 4.5 `__ - `imageio >= 2, < 3 `__ - `numpy >= 1.24, < 3 `__ - `scipy >= 1.10, < 2 `__ diff --git a/docs/installation.rst b/docs/installation.rst index 18a09fc..7e953d8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -14,7 +14,7 @@ Primary Dependencies **Colour - Demosaicing** requires various dependencies in order to run: - `python >= 3.10, < 3.14 `__ -- `colour-science >= 4.4 `__ +- `colour-science >= 4.5 `__ - `imageio >= 2, < 3 `__ - `numpy >= 1.24, < 3 `__ - `scipy >= 1.10, < 2 `__