Skip to content

Commit

Permalink
Updates required to run SNAPRed (#513)
Browse files Browse the repository at this point in the history
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 <module>
    from mantid.simpleapi import (
ImportError: cannot import name 'GroupedDetectorIDs' from 'mantid.simpleapi' (.../anaconda3/envs/SNAPRed/lib/python3.10/site-packages/mantid/simpleapi.py)

Co-authored-by: Reece Boston <[email protected]>
  • Loading branch information
jarrah42 and rboston628 authored Dec 5, 2024
1 parent da4b224 commit 3ce593e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- python=3.10
- pip
- pydantic>=2.7.3,<3
- mantidworkbench>=6.11.20241111
- mantidworkbench>=6.11.20241203
- qtpy
- pre-commit
- pytest
Expand Down

0 comments on commit 3ce593e

Please sign in to comment.