Skip to content

Commit

Permalink
require only mantid framework (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr authored Mar 5, 2024
1 parent 3e10722 commit 5294b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ channels:
- conda-forge
- defaults
dependencies:
- mantid=6.7.0
- matplotlib
- pre-commit
- pytest
- pytest-cov
- numpy
- lmfit
- mantidworkbench>=6.7.0
- codecov
- conda-build
- python-build
Expand Down
2 changes: 1 addition & 1 deletion reduction/lr_reduction/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.16'
__version__ = '2.0.17'

0 comments on commit 5294b9a

Please sign in to comment.