From b77f3c9cd23c8ee9e6bb3a357d2cacc6f25a6bf0 Mon Sep 17 00:00:00 2001 From: Mat Doucet Date: Thu, 13 Feb 2025 14:33:39 -0500 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25a52c05..8ed5c890 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.1.10#egg=lr_reduction +lr_reduction@git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.11#egg=lr_reduction From 2222734de8adb911d167a1e697639beef623b1eb Mon Sep 17 00:00:00 2001 From: Mat Doucet Date: Thu, 13 Feb 2025 14:34:40 -0500 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c059d229..32971e84 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - pydantic - pip - pip: - - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.10#egg=lr_reduction + - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.11#egg=lr_reduction # documentation - sphinx - sphinx_rtd_theme