-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-core.txt
More file actions
28 lines (23 loc) · 919 Bytes
/
Copy pathrequirements-core.txt
File metadata and controls
28 lines (23 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Core (minimal) dependencies for UNITARES Governance MCP
#
# Use this for:
# - thin stdio / proxy-oriented setups
# - environments where you are not running the full local HTTP server
#
# Install:
# pip install -r requirements-core.txt
# Core MCP SDK
mcp>=1.26.0,<3.0.0
# HTTP client used directly on the server startup path (wave3a_beam_proxy, the
# stdio server, the dialectic BEAM clients). Arrived transitively via mcp 1.x;
# mcp 2.x depends on `httpx2` instead, so declare it explicitly.
httpx>=0.27.0,<1.0.0
# Governance system core math
numpy>=1.24.0,<3.0.0
# Skill and taxonomy metadata parsing
PyYAML>=6.0.0,<7.0.0
# governance_core (EISV ODE engine) lives at top-level governance_core/
# in this repo — no separate install. Was previously a private compiled wheel
# (CIRWEL/unitares-core); folded back 2026-04-24.
# To skip the ODE entirely (behavioral-only mode):
# export UNITARES_DISABLE_ODE=1