From 4363490442e63729e521d714aabfa5b6f0282816 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 5 Dec 2024 11:59:30 -0500 Subject: [PATCH] Updates required to run SNAPRed SNAPRed seems to require a later build of mantidworkbench to run, otherwise I get an exception: File ".../SNAPRed/src/snapred/backend/recipe/algorithm/RemoveEventBackground.py", line 14, in from mantid.simpleapi import ( ImportError: cannot import name 'GroupedDetectorIDs' from 'mantid.simpleapi' (.../anaconda3/envs/SNAPRed/lib/python3.10/site-packages/mantid/simpleapi.py) --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 9778e71fc..c851f9a28 100644 --- a/environment.yml +++ b/environment.yml @@ -3,11 +3,12 @@ channels: - conda-forge - default - mantid-ornl/label/rc +- mantid/label/nightly dependencies: - python=3.10 - pip - pydantic>=2.7.3,<3 -- mantidworkbench=6.10.0.2rc1 +- mantidworkbench>=6.11.20241203 - qtpy - pre-commit - pytest