This repository was archived by the owner on Aug 9, 2026. It is now read-only.
v0.5.2 — signing is a core dependency
Fixed
cryptographywas an extra, not a dependency, so on a plain
pip install signalmapevery command that emits a verdict —distill,
fit,monitor— died withModuleNotFoundErrorwhen it went to sign the
receipt. Signing is not optional; it is a core dependency now. A test asserts
it stays one.tools/verify_receipt.pyraised a traceback whencryptographywas absent.
It is meant to run in an environment that has nothing to do with signalmap,
so it now says what to install.