# Core data science packages
pandas>=1.2.5
numpy>=1.24.3
matplotlib>=3.1.2
seaborn>=0.11.0
scipy>=1.9.3
scikit-learn>=1.3.2
scikit-image>=0.21.0

# Jupyter and development tools
jupyter>=1.0.0
ipykernel>=6.27.1
ipython>=8.12.3

# Image processing
opencv-python-headless>=4.8.1.78
pillow>=9.4.0
tifffile>=2023.7.10
imageio>=2.31.5

# Deep learning (if needed)
torch>=2.1.1

# Additional utilities
tqdm>=4.66.1
requests>=2.31.0
pyyaml>=6.0.1
