From 662bad36ee2e9efe13a0001bd206d784e1c9860b Mon Sep 17 00:00:00 2001 From: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:37:44 +0100 Subject: [PATCH] Add skimage requirement for CIL-Demos (#1955) --------- Signed-off-by: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39894b727..37aacc394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - Fix bug with 'median' and 'mean' methods in Masker averaging over the wrong axes. - Enhancements: - Removed multiple exits from numba implementation of KullbackLeibler divergence (#1901) +- Dependencies: + - Added scikit-image to CIL-Demos conda install command as needed for new Callbacks notebook. * 24.2.0 - New Features: diff --git a/README.md b/README.md index 6960eb726..d6e8cd973 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ conda create --name cil -c conda-forge -c https://software.repos.intel.com/pytho To install CIL and the additional packages and plugins needed to run the [CIL demos](https://github.com/TomographicImaging/CIL-Demos) install the environment with: ```sh -conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.2.0 astra-toolbox=*=cuda* tigre ccpi-regulariser tomophantom ipykernel ipywidgets +conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.2.0 astra-toolbox=*=cuda* tigre ccpi-regulariser tomophantom ipykernel ipywidgets scikit-image ``` where: