From b380d205bbf2f47d9e4819c1749b6c61f603d979 Mon Sep 17 00:00:00 2001 From: Mathieu Doucet Date: Mon, 3 Apr 2023 10:30:21 -0400 Subject: [PATCH] upgrade to red v2.0.7 --- .github/workflows/conda_env/environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda_env/environment.yml b/.github/workflows/conda_env/environment.yml index b5bbf8b0..3f1cd53e 100644 --- a/.github/workflows/conda_env/environment.yml +++ b/.github/workflows/conda_env/environment.yml @@ -13,4 +13,4 @@ dependencies: - qtpy<2 - pyqt=5.12 - pip: - - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.6#egg=lr_reduction + - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.7#egg=lr_reduction diff --git a/requirements.txt b/requirements.txt index 005b48e4..318ec8a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ numpy PyQt5 qtpy setuptools -lr_reduction@git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.6#egg=lr_reduction +lr_reduction@git+https://github.com/neutrons/LiquidsReflectometer.git@v2.0.7#egg=lr_reduction