From 3aa5ac4097714843afe48051728b04e7dbba5ae6 Mon Sep 17 00:00:00 2001 From: "Boston, Reece" Date: Wed, 27 Aug 2025 20:29:01 +0000 Subject: [PATCH 1/2] Update 2 files - /scd-reduction-tools-qa.yml - /scd-reduction-tools.yml --- scd-reduction-tools-qa.yml | 2 +- scd-reduction-tools.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scd-reduction-tools-qa.yml b/scd-reduction-tools-qa.yml index 5175d2d..eb79259 100644 --- a/scd-reduction-tools-qa.yml +++ b/scd-reduction-tools-qa.yml @@ -7,7 +7,7 @@ channels: - conda-forge dependencies: - - mantid=6.12.0.2 + - mantid=6.13.0.1 - numpy - pycifrw - matplotlib diff --git a/scd-reduction-tools.yml b/scd-reduction-tools.yml index ae8857e..8fb1cec 100644 --- a/scd-reduction-tools.yml +++ b/scd-reduction-tools.yml @@ -7,7 +7,7 @@ channels: - conda-forge dependencies: - - mantid=6.12.0.2 + - mantid=6.13.0.1 - numpy - pycifrw - matplotlib -- GitLab From 43327a501f9482349af019c213b84f237aa2493e Mon Sep 17 00:00:00 2001 From: "Boston, Reece" Date: Thu, 28 Aug 2025 13:08:07 +0000 Subject: [PATCH 2/2] mantid between 6.13 and 6.14 --- scd-reduction-tools-dev.yml | 2 +- scd-reduction-tools-qa.yml | 2 +- scd-reduction-tools.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scd-reduction-tools-dev.yml b/scd-reduction-tools-dev.yml index de44d14..3318dd0 100644 --- a/scd-reduction-tools-dev.yml +++ b/scd-reduction-tools-dev.yml @@ -7,7 +7,7 @@ channels: - conda-forge dependencies: - - mantid=6.13.0.1 + - mantid>=6.13,<6.14 - numpy - pycifrw - gemmi diff --git a/scd-reduction-tools-qa.yml b/scd-reduction-tools-qa.yml index eb79259..fb8148a 100644 --- a/scd-reduction-tools-qa.yml +++ b/scd-reduction-tools-qa.yml @@ -7,7 +7,7 @@ channels: - conda-forge dependencies: - - mantid=6.13.0.1 + - mantid>=6.13,<6.14 - numpy - pycifrw - matplotlib diff --git a/scd-reduction-tools.yml b/scd-reduction-tools.yml index 8fb1cec..3a5d467 100644 --- a/scd-reduction-tools.yml +++ b/scd-reduction-tools.yml @@ -7,7 +7,7 @@ channels: - conda-forge dependencies: - - mantid=6.13.0.1 + - mantid>=6.13,<6.14 - numpy - pycifrw - matplotlib -- GitLab