From 61ab03b9d12e6d9c30fc6dadbd31e9a42f40f3c7 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Fri, 10 May 2024 16:44:47 -0400 Subject: [PATCH] bump LiquidsReflectometer version Signed-off-by: Jose Borreguero --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c9f8b66a..cb87d5f6 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - pydantic - pip - pip: - - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.26#egg=lr_reduction + - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.27#egg=lr_reduction # documentation - sphinx - sphinx_rtd_theme diff --git a/requirements.txt b/requirements.txt index d52397e2..63d41608 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ scipy PyQt5 qtpy setuptools -lr_reduction@git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.26#egg=lr_reduction +lr_reduction@git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.27#egg=lr_reduction