Skip to content

Commit fb09783

Browse files
author
Atome LM Team
committed
CI: install cryptography + scipy for superesp tests (fixes v2 pytest collection)
1 parent 3feeb40 commit fb09783

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ Homepage = "https://atomelm.com"
3030
Demo = "https://atomelm.com/demo.html"
3131

3232
[project.optional-dependencies]
33-
dev = ["pytest>=7"]
33+
dev = ["pytest>=7", "cryptography>=41", "scipy>=1.10"]
34+
# SuperESP (v2) runtime extras: Ed25519 attestation + audio/voice feature extraction
35+
# (+ pyserial for on-device log capture). Install with: pip install -e ".[superesp]"
36+
superesp = ["cryptography>=41", "scipy>=1.10", "pyserial>=3.5"]
3437

3538
[tool.setuptools.packages.find]
3639
include = ["atome_llm*"]

0 commit comments

Comments
 (0)