From fb9f751321bed7c5a906459e14c1ab1469e2a95d Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 4 Apr 2026 22:49:03 -0700 Subject: [PATCH] chore: bump circuitforge-core dep comment to >=0.8.0 (orch split) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96c220f..1c381e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Keep in sync with environment.yml # ── CircuitForge shared core ─────────────────────────────────────────────── -# Requires circuitforge-core >= 0.7.0 (config.load_env, db, tasks, resources). +# Requires circuitforge-core >= 0.8.0 (config.load_env, db, tasks; resources moved to circuitforge-orch). # Local dev / Docker (parent-context build): path install works because # circuitforge-core/ is a sibling directory. # CI / fresh checkouts: falls back to the Forgejo VCS URL below.