# Main workflow dependencies aligned with test_main_workflow_interactive.py
# Core async API & MCP stack
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
asyncio-mqtt>=0.16.0
aiofiles>=23.2.1
websockets>=12.0
requests>=2.31.0
httpx>=0.25.0

# Data processing & analysis
numpy>=1.24.0,<2.0
pandas>=2.1.0,<2.2.0
scipy>=1.11.0
scanpy>=1.9.0
anndata>=0.10.0
gseapy>=1.1.0
h5py>=3.10.0
tables>=3.9.0
openpyxl>=3.1.0

# Utility & i18n support
pyyaml>=6.0
jsonschema>=4.20.0
loguru>=0.7.0
rich>=13.7.0
click>=8.1.0
tqdm>=4.66.0
pathlib2>=2.3.7
filetype>=1.2.0
python-i18n>=0.3.9
babel>=2.13.0
psutil>=5.9.0
python-dateutil>=2.8.0
pytz>=2023.3
typing-extensions>=4.8.0
