Update requirements.txt

Updated requirements
This commit is contained in:
James Devine 2023-05-03 09:31:08 +02:00 committed by GitHub
parent b9759a3467
commit 72b6c334a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
librosa==0.7.0
numpy==1.17.1
librosa>=0.7.0
numpy>=1.17.1
opencv-contrib-python>=4.2.0.34
opencv-python==4.1.0.25
torch==1.1.0
torchvision==0.3.0
tqdm==4.45.0
numba==0.48
opencv-python>=4.1.0.25
torch>=1.1.0
torchvision>=0.3.0
tqdm>=4.45.0
numba>=0.48