Spaces:
Build error
Build error
Update from GitHub Actions - 2025-08-17 08:08:23\n\nDeployment mode: full\nTriggered by push to dev branch
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Piper TTS Demo Requirements
|
2 |
gradio==4.44.1
|
3 |
-
numpy>=1.
|
4 |
onnxruntime>=1.16.0
|
5 |
pyopenjtalk>=0.3.0
|
6 |
onnx>=1.14.0
|
|
|
1 |
# Piper TTS Demo Requirements
|
2 |
gradio==4.44.1
|
3 |
+
numpy>=1.24.0,<3.0
|
4 |
onnxruntime>=1.16.0
|
5 |
pyopenjtalk>=0.3.0
|
6 |
onnx>=1.14.0
|