From 80b79519a4d4616078124122d2ac6a80bee84351 Mon Sep 17 00:00:00 2001 From: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:21:49 +0000 Subject: [PATCH] Fix dependency versions --- Wrappers/Python/conda-recipe/environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Wrappers/Python/conda-recipe/environment.yml b/Wrappers/Python/conda-recipe/environment.yml index 0c68a0bb..1e4b1e4f 100644 --- a/Wrappers/Python/conda-recipe/environment.yml +++ b/Wrappers/Python/conda-recipe/environment.yml @@ -5,11 +5,11 @@ channels: dependencies: - python - numpy - - vtk >=9.0.3 + - vtk=9.0.3 - pyside2 - - eqt>=0.7.0 + - eqt=0.7.1 - importlib_metadata # [py<38] - h5py - - cil-data >=22.0.0 + - cil-data=22.0.0 - pillow - schema