Anshuman Singh commited on
Commit ·
cdef82d
1
Parent(s): 089aa3e
Add pyaudioop for Python 3.13 compatibility (pydub audioop replacement)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
matplotlib>=3.7.0
|
| 2 |
networkx>=3.0
|
| 3 |
numpy>=1.24.0
|
|
|
|
| 1 |
+
pyaudioop
|
| 2 |
matplotlib>=3.7.0
|
| 3 |
networkx>=3.0
|
| 4 |
numpy>=1.24.0
|