# === Core analytics & graph ===
networkx>=3.2
numpy>=1.26
pandas>=2.1
scikit-learn>=1.5.0
joblib>=1.3
graphviz>=0.20

# === API layer ===
fastapi>=0.110
uvicorn[standard]>=0.27
anyio>=4.2
sniffio>=1.3
gunicorn>=26.0.0

# === Data validation & configuration ===
pydantic>=2.6
pyyaml>=6.0
orjson>=3.9

# === Networking ===
httpx>=0.26
requests>=2.33.0

# === CLI / UX / Visualization ===
rich>=13.7
tqdm>=4.66.3
matplotlib>=3.8
seaborn>=0.12
Pygments>=2.20.0

# === Security overrides ===
pillow>=10.2.0

# === Security / Environment ===
cryptography>=48.0.0
python-dotenv>=1.2.2
pyopenssl>=26.2.0

# === Optional ML / AI / Graph extras ===
torch==2.12.0
transformers>=5.9.0
