Fix Python 3.13 compatibility for stable-diffusion-cpp-python and procname

- Removed version pins from stable-diffusion-cpp-python and procname
- Both packages have build issues with strict version requirements on Python 3.13
- Allowing pip to find compatible versions automatically
parent a5ac005e
...@@ -36,11 +36,11 @@ transformers>=4.35.0 ...@@ -36,11 +36,11 @@ transformers>=4.35.0
accelerate>=0.24.0 accelerate>=0.24.0
diffusers>=0.25.0 # For Stable Diffusion image generation diffusers>=0.25.0 # For Stable Diffusion image generation
safetensors>=0.4.0 # Required by diffusers safetensors>=0.4.0 # Required by diffusers
stable-diffusion-cpp-python>=0.4.0 # For Vulkan/AMD image generation stable-diffusion-cpp-python # For Vulkan/AMD image generation (no version pin for Python 3.13 compat)
# System resource detection # System resource detection
psutil>=5.9.0 psutil>=5.9.0
procname>=0.3.0 procname # Process naming (no version pin for Python 3.13 compatibility)
# Optional: Audio transcription dependencies # Optional: Audio transcription dependencies
faster-whisper>=0.10.0 # For NVIDIA/CUDA whisper transcription faster-whisper>=0.10.0 # For NVIDIA/CUDA whisper transcription
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment