Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions config/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,11 @@ test:
lh_timeout_seconds: # If a float is input, the log_likelihood_function call is timed out after this many seconds, to diagnose infinite loops. Default is None, meaning no timeout.
disable_positions_lh_inversion_check: true
version:
# The compatibility FLOOR: the oldest library release whose API this
# workspace's scripts require. Preferred over workspace_version
# (autoconf/workspace.py). Bump DELIBERATELY — only when a script
# starts needing new API — never per release. Must always name an
# INSTALLABLE (non-yanked) release.
minimum_library_version: 2026.7.9.1
workspace_version: 2026.7.9.1
workspace_version_check: True # If False, bypass the workspace/library version check. Set to False on `main`-branch clones — `main` updates faster than releases, so mismatches are expected and not actionable.
Loading