-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
51 lines (41 loc) · 962 Bytes
/
Copy pathrequirements.txt
File metadata and controls
51 lines (41 loc) · 962 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# ================================================================
# HelixAgent – Python dependencies
# ================================================================
# --- Core runtime ---
numpy==2.2.6
pandas==2.3.3
scikit-learn==1.7.2
pyyaml==6.0.1
loguru==0.7.3
# --- API ---
fastapi==0.141.1
uvicorn[standard]==0.30.1
starlette==0.49.1
# --- Streamlit demo ---
streamlit==1.49.1
# --- Monitoring ---
prometheus-client==0.20.0
opentelemetry-api==1.24.0
opentelemetry-sdk==1.24.0
opentelemetry-instrumentation-fastapi==0.45b0
# --- Experiment tracking ---
mlflow==3.15.2
# --- Linting / formatting ---
flake8==7.0.0
black==26.5.1
isort==5.13.2
# --- Testing ---
pytest==9.1.1
pytest-cov==5.0.0
coverage==7.5.1
httpx==0.28.1
# --- Agent orchestration ---
langgraph==1.2.11
jpype1==1.6.0
# --- Cloud / data-source tools ---
boto3==1.43.74
snowflake-connector-python==4.7.1
ddgs==9.12.1
# --- Documentation ---
mkdocs==1.5.3
mkdocs-material==9.5.15