bump example notebooks pin to 2026.01.26

This commit is contained in:
Alyssa Travitz
2026-01-26 09:42:18 -08:00
parent e162f87553
commit 39b3187f19

View File

@@ -193,7 +193,7 @@ try:
else:
repo = git.Repo.clone_from(
"https://github.com/OpenFreeEnergy/ExampleNotebooks.git",
branch="2025.12.04",
branch="2026.01.26",
to_path=example_notebooks_path,
)
except Exception as e: