# OrionAI Python - Core Dependencies
# =====================================

# Core Python Packages
pandas>=1.5.0
numpy>=1.21.0
requests>=2.25.0
rich>=13.0.0
python-dotenv>=0.19.0

# LLM Providers
google-generativeai>=0.3.0
openai>=1.0.0
anthropic>=0.3.0

# Visualization
matplotlib>=3.5.0
seaborn>=0.11.0
plotly>=5.0.0

# Machine Learning & Data Science
scikit-learn>=1.0.0
scipy>=1.7.0

# Web & API Operations
beautifulsoup4>=4.10.0
flask>=2.0.0

# Database
sqlalchemy>=1.4.0

# Computer Vision
opencv-python>=4.5.0
Pillow>=8.0.0

# Text Processing
nltk>=3.7.0

# Security
cryptography>=3.4.0
bcrypt>=3.2.0

# Performance Monitoring
psutil>=5.8.0

# Streamlit UI
streamlit>=1.28.0

# Development Tools
pytest>=7.0.0

# Optional Advanced Dependencies
# ===============================
# Uncomment these for advanced features:

# Deep Learning
# tensorflow>=2.8.0
# torch>=1.11.0

# Advanced ML
# xgboost>=1.5.0
# lightgbm>=3.2.0

# Advanced Web
# selenium>=4.15.0
# scrapy>=2.5.0

# Time Series
# prophet>=1.0.0

# Cloud Services
# boto3>=1.20.0
