# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0
scipy>=1.7.0
matplotlib>=3.4.0
seaborn>=0.11.0
plotly>=5.0.0
tqdm>=4.62.0
click>=8.0.0
pyyaml>=6.0
requests>=2.25.0
jsonschema>=4.0.0
python-dotenv>=0.19.0
jinja2>=3.0.0

# NLP and ML
torch>=1.9.0
transformers>=4.12.0
datasets>=1.16.0
sentence-transformers>=2.2.0
nltk>=3.6
spacy>=3.4.0
openai>=0.27.0

# Web and API
fastapi>=0.75.0
uvicorn>=0.17.0

# Experiment tracking
mlflow>=1.20.0

# Network analysis
networkx>=2.6.0

# Optional dependencies for specific features
# Uncomment as needed:
# huggingface-hub>=0.10.0
# wandb>=0.12.0
# tensorboard>=2.7.0
# ray>=1.9.0