The Blind Machine

Allele Frequency Count

1.0.0 Ed25519 signed

Application digest — content address of the signed/ payload

b94bd9320ea0f15b2ec265ecd0cf855f273548ffb920f395212256f4d4664eed
allele_frequency_count / signed / env / pyproject.toml

31 lines · 1.17 KB · sha256:647165908f68…39699cde

Raw
[project]name = "blind-protocol-allele-frequency-count"version = "1.0.0"description = "Blind Machine curated protocol: allele_frequency_count (TenSEAL additive BFV). FLAGSHIP."requires-python = "==3.11.*"dependencies = [    # The crypto library is an ordinary, uv-locked protocol dependency — NOT a    # platform-provided capability (docs/protocol_structure.md § "No platform    # backends"). Apache-2.0.    "tenseal==0.3.16",    # TenSEAL 0.3.16 imports numpy at package load but does not declare it, so we    # pin it explicitly (numpy 1.26.x is the ABI TenSEAL 0.3.16 was built against).    "numpy>=1.26,<2",][dependency-groups]# Local-loop / equivalence test tooling. Sealed run phase installs with# `uv --project env sync --frozen --no-dev`, so dev deps never enter the sandbox.dev = [    "pytest>=8,<9",][build-system]requires = ["hatchling"]build-backend = "hatchling.build"[tool.hatch.build.targets.wheel]# The numbered stage files live at the bundle root (one directory above env/),# so there is no importable package to build here; this is an environment-only# project. Bundle stages are executed by path, not imported as a package.bypass-selection = true

Inside signed payload digest b94bd9320ea0…d4664eed. Change one byte here and the application becomes a different application.

Keyboard shortcuts

  • Cmd/Ctrl+K
    Focus global search
  • ?
    Open keyboard shortcuts

Send feedback

We'll only use this to respond to your feedback.