# Core ML/DL Dependencies
torch>=2.0.0
torchvision>=0.15.0
transformers>=4.30.0
tokenizers>=0.13.0
accelerate>=0.20.0
datasets>=2.12.0
evaluate>=0.4.0

# Distributed Training
deepspeed>=0.9.0
ray[default]>=2.5.0
wandb>=0.15.0
tensorboard>=2.13.0

# Reinforcement Learning
stable-baselines3>=2.0.0
gymnasium>=0.28.0
pettingzoo>=1.23.0

# Retrieval and Search
faiss-cpu>=1.7.4
elasticsearch>=8.8.0
pyserini>=0.21.0
sentence-transformers>=2.2.0
rank-bm25>=0.2.2

# Data Processing
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.10.0
scikit-learn>=1.3.0
nltk>=3.8.0
spacy>=3.6.0
tqdm>=4.65.0

# Web and API
fastapi>=0.100.0
uvicorn>=0.22.0
requests>=2.31.0
aiohttp>=3.8.0
httpx>=0.24.0

# Configuration and Utilities
pyyaml>=6.0
hydra-core>=1.3.0
omegaconf>=2.3.0
click>=8.1.0
rich>=13.4.0
loguru>=0.7.0

# Development and Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.7.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.4.0
pre-commit>=3.3.0

# Monitoring and Profiling
psutil>=5.9.0
gpustat>=1.1.0
nvidia-ml-py>=12.535.0

# Jupyter and Visualization
jupyter>=1.0.0
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0

# File I/O and Serialization
jsonlines>=3.1.0
h5py>=3.9.0
pyarrow>=12.0.0

# Networking and Distributed Systems
redis>=4.6.0
celery>=5.3.0
mpi4py>=3.1.0

# Model Serving and Optimization
onnx>=1.14.0
onnxruntime>=1.15.0
optimum>=1.9.0

# Additional ML Libraries
xgboost>=1.7.0
lightgbm>=4.0.0
catboost>=1.2.0

# Text Processing
regex>=2023.6.3
ftfy>=6.1.0
unidecode>=1.3.0

# Memory and Performance
psutil>=5.9.0
memory-profiler>=0.61.0
line-profiler>=4.0.0

# Cloud and Storage
boto3>=1.28.0
google-cloud-storage>=2.10.0
azure-storage-blob>=12.17.0

# Version Control and Experiment Tracking
gitpython>=3.1.0
mlflow>=2.5.0

# Additional Dependencies for Specific Components
# VERL Framework Dependencies
megatron-core>=0.3.0
apex>=0.1
flash-attn>=2.0.0

# SGLang Integration
sglang>=0.1.0

# vLLM Integration  
vllm>=0.2.0

# Model-specific Dependencies
# LLaMA
llama-cpp-python>=0.2.0

# Qwen2
qwen>=0.1.0

# ANCE Retrieval
pytrec-eval>=0.5.0
ir-datasets>=0.5.0

# Lucene Integration
pyjnius>=1.5.0
jpype1>=1.4.0

# Additional Utilities
colorama>=0.4.6
termcolor>=2.3.0
tabulate>=0.9.0
humanize>=4.7.0