From 58cdb122b36fa90ba019496566d0e32be8521874 Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Thu, 22 Feb 2024 16:58:12 -0800 Subject: [PATCH] Don't lock for Binder. Avoids falling behind a commit if not locking locally. --- docs/conf.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2f289f46..684a2a9d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -139,7 +139,7 @@ def dpath(path: Path, rel: Path = DOCS) -> str: thebe_config = { **COMMON_OPTIONS, "repository_branch": ( - Path("../requirements.in") + Path("../requirements.txt") .read_text(encoding="utf-8") .splitlines()[0] .split("@")[-1] diff --git a/requirements.txt b/requirements.txt index a20b97c9..0e2254e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Binder -boilercv @ git+https://github.com/blakeNaccarato/boilercv@49c301ab3f3246d757e8195a40be5d5f65048620 +boilercv @ git+https://github.com/blakeNaccarato/boilercv@d93c04335c7e513ef6afcbcf593d761a26851d2e --requirement .tools/requirements/requirements.txt boilercore @ git+https://github.com/blakeNaccarato/boilercore@973a0967b0c9922abd47b5f6ec876aac0df6a0c9