From 6fb2cbd002ff35da3d9c7a9f84249091dcd3e4dd Mon Sep 17 00:00:00 2001 From: Sam Tygier Date: Thu, 11 Jul 2024 11:47:35 +0100 Subject: [PATCH] Workaround broken intel repo See https://github.com/mantidproject/mantidimaging/issues/2272 --- environment-dev.yml | 3 ++- environment.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 56b8bd5e7a1..fdc89866b6d 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -5,7 +5,8 @@ channels: - conda-forge - ccpi - algotom - - intel + # https://github.com/mantidproject/mantidimaging/issues/2272 + - samtygier-stfc/label/mirror dependencies: - mantidimaging>=2.5.0 - conda-forge::numexpr # https://github.com/mantidproject/mantidimaging/issues/1774 diff --git a/environment.yml b/environment.yml index a0d20fea0b9..c40e8f8a2f9 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,8 @@ channels: - conda-forge - ccpi - algotom - - intel + # https://github.com/mantidproject/mantidimaging/issues/2272 + - samtygier-stfc/label/mirror # Dependencies that can be installed with conda should be in conda/meta.yaml dependencies: - mantidimaging>=2.5.0