# Core optimization dependencies
torch>=1.12.0
botorch>=0.8.0
gpytorch>=1.9.0

# Scientific computing
numpy>=1.21.0
pandas>=1.4.0
scipy>=1.8.0
scikit-learn>=1.1.0

# Visualization
matplotlib>=3.5.0
seaborn>=0.11.0

# GUI (usually included with Python)
# tkinter - included with standard Python installation

# Utilities
openpyxl>=3.0.0  # Excel file support
xlsxwriter>=3.0.0  # Excel writing
Pillow>=9.0.0  # Image processing

# Optional dependencies for enhanced features
# Uncomment if needed:
# plotly>=5.0.0  # Interactive plots
# jupyter>=1.0.0  # Notebook support
# ipywidgets>=7.6.0  # Jupyter widgets