# PyTorch (install first, required by other packages) torch>=2.0.0 torchvision>=0.15.0 # PyTorch extensions (require torch to be installed) pytorch-lightning>=2.0.0 torch-geometric>=2.3.0 torch-scatter>=2.1.0 torch-sparse>=0.6.0 # Data processing numpy>=1.21.0 pandas>=1.5.0 # Music processing partitura>=1.4.0 music21>=8.0.0 # Gradio and Spaces gradio>=4.0.0 # Wandb for model loading wandb>=0.13.0 # PDF rendering and image processing reportlab>=4.0.0 pdf2image>=1.16.0 Pillow>=9.0.0 # ML utilities scikit-learn>=1.1.0 torchmetrics>=0.11.0 # Other utilities tqdm>=4.64.0 # Core AnalysisGNN dependency (install last, after all dependencies) git+https://github.com/manoskary/analysisGNN.git