ASesYusuf1 commited on
Commit
29d7eac
·
verified ·
1 Parent(s): 4138690

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -5,10 +5,10 @@ yt_dlp>=2025.1.10
5
  pypresence==4.3.0
6
  validators==0.22.0
7
  matchering==2.0.6
8
- torch==2.2.0
9
- torchvision==0.17.0
10
- torchaudio==2.2.0
11
  librosa==0.10.2
12
  soundfile==0.12.1
13
- numpy==2.0.0 # Changed from 1.26.4 to resolve conflict
14
  onnxruntime-gpu==1.18.1
 
5
  pypresence==4.3.0
6
  validators==0.22.0
7
  matchering==2.0.6
8
+ torch==2.3.1 # Updated from 2.2.0 to resolve conflict
9
+ torchvision==0.18.1 # Updated to match torch==2.3.1
10
+ torchaudio==2.3.1 # Updated to match torch==2.3.1
11
  librosa==0.10.2
12
  soundfile==0.12.1
13
+ numpy==2.0.0
14
  onnxruntime-gpu==1.18.1