From a71162f54ca2bc922b12d2a916a180d95eb33e6f Mon Sep 17 00:00:00 2001 From: Mathieu Doucet Date: Sun, 22 Sep 2024 09:55:34 -0400 Subject: [PATCH 1/2] release with lr v.2.1.6 --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index b377d749..95acd6b0 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - pydantic - pip - pip: - - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.4#egg=lr_reduction + - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.6#egg=lr_reduction # documentation - sphinx - sphinx_rtd_theme diff --git a/requirements.txt b/requirements.txt index 08ebe1b6..4de166a2 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.4#egg=lr_reduction +lr_reduction@git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.6#egg=lr_reduction From 53ff251ab406b13ef01aecc59d55201dd22b88ad Mon Sep 17 00:00:00 2001 From: Mathieu Doucet Date: Sun, 22 Sep 2024 10:08:07 -0400 Subject: [PATCH 2/2] update version --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 95acd6b0..ac765b2a 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - pydantic - pip - pip: - - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.6#egg=lr_reduction + - git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.7#egg=lr_reduction # documentation - sphinx - sphinx_rtd_theme diff --git a/requirements.txt b/requirements.txt index 4de166a2..4c263ef4 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.6#egg=lr_reduction +lr_reduction@git+https://github.com/neutrons/LiquidsReflectometer.git@v2.1.7#egg=lr_reduction