feat(1c): add company intelligence forecasting layer

This commit is contained in:
igor04091968
2026-05-22 10:11:53 +03:00
parent da58d682c1
commit f7114bde03
17 changed files with 1539 additions and 3 deletions
+1
View File
@@ -22,3 +22,4 @@ fi
python3 -m venv "${ROOT}/.venv"
"${ROOT}/.venv/bin/pip" install --upgrade pip
"${ROOT}/.venv/bin/pip" install -r "${ROOT}/etl/requirements.txt"
"${ROOT}/.venv/bin/pip" install -r "${ROOT}/ai/requirements.txt"