From f947f18bad375923ba66a4f9bcd5c86779e99861 Mon Sep 17 00:00:00 2001 From: Jeppe Klitgaard Date: Fri, 30 Jan 2026 11:55:33 +0000 Subject: [PATCH] fix: ensure dxchange w/ float64 fix used --- env/cil_demos.yml | 6 +++--- env/cil_demos_cpu.yml | 6 +++--- env/cil_test.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/env/cil_demos.yml b/env/cil_demos.yml index f485d78..c0343af 100644 --- a/env/cil_demos.yml +++ b/env/cil_demos.yml @@ -10,11 +10,11 @@ dependencies: - ccpi::tigre=2.6 - ccpi::ccpi-regulariser=24.0.1 - ccpi::tomophantom=2.0.0 - - ipykernel - - ipywidgets + - ipykernel + - ipywidgets - scikit-image - matplotlib-base >=3.3.0 - - dxchange + - dxchange >=0.2.1 - olefile >=0.46 - jupyter - zenodo_get >=1.6 \ No newline at end of file diff --git a/env/cil_demos_cpu.yml b/env/cil_demos_cpu.yml index 114137d..77f8989 100644 --- a/env/cil_demos_cpu.yml +++ b/env/cil_demos_cpu.yml @@ -9,11 +9,11 @@ dependencies: - conda-forge::astra-toolbox=2.1=py* - ccpi::ccpi-regulariser=24.0.1 - ccpi::tomophantom=2.0.0 - - ipykernel - - ipywidgets + - ipykernel + - ipywidgets - scikit-image - matplotlib-base >=3.3.0 - - dxchange + - dxchange >=0.2.1 - olefile >=0.46 - jupyter - zenodo_get >=1.6 diff --git a/env/cil_test.yml b/env/cil_test.yml index a2a09f1..cab3d23 100644 --- a/env/cil_test.yml +++ b/env/cil_test.yml @@ -12,7 +12,7 @@ dependencies: - ccpi::tomophantom=2.0.0 - scikit-image - matplotlib-base >=3.3.0 - - dxchange + - dxchange >=0.2.1 - olefile >=0.46 - cvxpy - zenodo_get >=1.6 \ No newline at end of file