# Core dependencies
numpy>=1.19.5
pandas>=1.3.0
matplotlib>=3.4.0
scikit-learn>=0.24.0

# PyTorch (CPU version, use appropriate CUDA version if needed)
torch>=1.9.0

# Data handling and processing
scipy>=1.7.0
h5py>=3.2.0
seaborn>=0.11.1

# Utilities
tqdm>=4.60.0
joblib>=1.0.1
gdown>=4.6.0

# Optionals for more visualizations and analysis
plotly>=5.0.0
ipywidgets>=7.6.0

# For Jupyter notebooks if needed
jupyter>=1.0.0
ipython>=7.16.0 