Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -9,19 +9,16 @@ google-cloud-aiplatform>=1.38.1
|
|
9 |
streamlit-chat
|
10 |
streamlit-webrtc
|
11 |
google-genai
|
12 |
-
# Core dependencies
|
13 |
numpy>=1.20.0
|
14 |
|
|
|
15 |
azure-cognitiveservices-speech>=1.20.0
|
16 |
|
17 |
-
# Audio processing
|
18 |
sounddevice>=0.4.1
|
19 |
soundfile>=0.10.3
|
20 |
|
21 |
-
# Utility libraries
|
22 |
uuid>=1.30
|
23 |
asyncio>=3.4.3
|
24 |
|
25 |
-
# Optional tools for development
|
26 |
pytest>=7.0.0
|
27 |
pytest-cov>=3.0.0
|
|
|
9 |
streamlit-chat
|
10 |
streamlit-webrtc
|
11 |
google-genai
|
|
|
12 |
numpy>=1.20.0
|
13 |
|
14 |
+
|
15 |
azure-cognitiveservices-speech>=1.20.0
|
16 |
|
|
|
17 |
sounddevice>=0.4.1
|
18 |
soundfile>=0.10.3
|
19 |
|
|
|
20 |
uuid>=1.30
|
21 |
asyncio>=3.4.3
|
22 |
|
|
|
23 |
pytest>=7.0.0
|
24 |
pytest-cov>=3.0.0
|