Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio>=4.0.0, <5.0.0
|
| 2 |
transformers
|
| 3 |
-
torch>=2.
|
| 4 |
accelerate
|
| 5 |
datasets
|
| 6 |
soundfile
|
|
|
|
| 1 |
gradio>=4.0.0, <5.0.0
|
| 2 |
transformers
|
| 3 |
+
torch>=2.6.0 # Updated to ensure compatibility and address the vulnerability
|
| 4 |
accelerate
|
| 5 |
datasets
|
| 6 |
soundfile
|