From e971d19678a7ce94666e5887909823cdd2a6cab2 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:52:03 +0900 Subject: fix: resolve critical deployment blockers - Add Alembic initial migration (6 tables: candles, signals, orders, trades, positions, portfolio_snapshots) - Expose health ports (8080-8083) in docker-compose with healthchecks - Add numpy dependency to strategy-engine pyproject.toml --- services/strategy-engine/pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'services') diff --git a/services/strategy-engine/pyproject.toml b/services/strategy-engine/pyproject.toml index a86b282..4f5b6be 100644 --- a/services/strategy-engine/pyproject.toml +++ b/services/strategy-engine/pyproject.toml @@ -5,6 +5,7 @@ description = "Plugin-based strategy execution engine" requires-python = ">=3.12" dependencies = [ "pandas>=2.0", + "numpy>=1.20", "trading-shared", ] -- cgit v1.2.3