Update requirements.txt

Requirement to allow MDX-Net to use GPU. In other case GPU Conversion ignored and only CPU used.
This commit is contained in:
Ningauble 2023-10-15 03:16:24 +03:00 committed by GitHub
parent 916358e32c
commit 91deb0c01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ diffq
playsound
onnx
onnxruntime
onnxruntime-gpu
onnx2pytorch
SoundFile==0.11.0; sys_platform != 'darwin'
PySoundFile==0.9.0.post1; sys_platform == 'darwin'