awacke1 commited on
Commit
e2a70ba
·
verified ·
1 Parent(s): dccc17d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -26,7 +26,7 @@ soundfile>=0.12.1
26
  librosa>=0.10.1
27
 
28
  # Optional - CUDA support for GPU acceleration
29
- # cuda-python>=12.3.0 # Uncomment if using CUDA
30
 
31
  # Development dependencies
32
  black>=24.1.1 # for code formatting
 
26
  librosa>=0.10.1
27
 
28
  # Optional - CUDA support for GPU acceleration
29
+ cuda-python>=12.3.0 # Uncomment if using CUDA
30
 
31
  # Development dependencies
32
  black>=24.1.1 # for code formatting