Skip to content

Commit

Permalink
Updates required to run SNAPRed
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)
  • Loading branch information
jarrah42 authored Dec 5, 2024
1 parent 40daa45 commit 4363490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4363490

Please sign in to comment.