• Stefy Lanza (nextime / spora )'s avatar
    Update requirements.txt for Python 3.12+ compatibility · b0d43691
    Stefy Lanza (nextime / spora ) authored
    Updated all package versions to be compatible with Python 3.12 and 3.13:
    
    Core Dependencies:
    - torch>=2.2.0 (was 2.0.0)
    - torchvision>=0.17.0 (was 0.15.0)
    - torchaudio>=2.2.0 (was 2.0.0)
    - diffusers>=0.32.0 (was 0.30.0)
    - transformers>=4.40.0 (was 4.35.0)
    - accelerate>=0.27.0 (was 0.24.0)
    - xformers>=0.0.25 (was 0.0.22)
    - spandrel>=0.2.0 (was 0.1.0)
    - ftfy>=6.2.0 (was 6.1.0)
    - Pillow>=10.2.0 (was 10.0.0)
    - safetensors>=0.4.2 (was 0.4.0)
    - huggingface-hub>=0.23.0 (was 0.19.0)
    - peft>=0.10.0 (was 0.7.0)
    - numpy>=1.26.0 (added for Python 3.12+ compatibility)
    
    Audio Dependencies:
    - scipy>=1.12.0 (was 1.11.0)
    - librosa>=0.10.2 (was 0.10.0)
    - edge-tts>=6.1.10 (was 6.1.0)
    
    Web Interface:
    - flask>=3.0.2 (was 3.0.0)
    - flask-socketio>=5.3.6 (was 5.3.0)
    - eventlet>=0.36.0 (was 0.33.0)
    - python-socketio>=5.11.0 (was 5.10.0)
    - werkzeug>=3.0.1 (was 3.0.0)
    
    Added detailed installation notes for Python 3.12+ including:
    - PyTorch nightly installation for CUDA
    - xformers --pre flag for Python 3.13
    - Git installation for diffusers/transformers
    - Quick install commands
    b0d43691
This project manages its dependencies using pip. Learn more
requirements.txt 3.46 KB