From 4c6d123fc462ffcd58558ef1f502664215907136 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Tue, 5 Mar 2024 16:26:29 -0500 Subject: [PATCH] require only mantid framework Signed-off-by: Jose Borreguero --- environment.yml | 3 ++- reduction/lr_reduction/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 45eab11..2598512 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/reduction/lr_reduction/__init__.py b/reduction/lr_reduction/__init__.py index 37f038a..ed6ed89 100644 --- a/reduction/lr_reduction/__init__.py +++ b/reduction/lr_reduction/__init__.py @@ -1 +1 @@ -__version__ = '2.0.16' +__version__ = '2.0.17'