Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- packages.txt +1 -0
- requirements.txt +2 -2
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
portaudio19-dev
|
requirements.txt
CHANGED
|
@@ -8,9 +8,9 @@ matplotlib==3.10.0
|
|
| 8 |
numpy
|
| 9 |
pandas==2.2.3
|
| 10 |
plotly==6.0.0
|
| 11 |
-
portaudio==19.6.0
|
| 12 |
# PyAudio
|
| 13 |
-
pyaudio
|
| 14 |
# pyaudio-wheels
|
| 15 |
python-dotenv==1.0.1
|
| 16 |
rapidfuzz==3.12.1
|
|
|
|
| 8 |
numpy
|
| 9 |
pandas==2.2.3
|
| 10 |
plotly==6.0.0
|
| 11 |
+
# portaudio==19.6.0
|
| 12 |
# PyAudio
|
| 13 |
+
pyaudio
|
| 14 |
# pyaudio-wheels
|
| 15 |
python-dotenv==1.0.1
|
| 16 |
rapidfuzz==3.12.1
|