Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
streamlit>=1.16.0
|
2 |
openai==1.3.6
|
3 |
pandas==2.1.1
|
|
|
4 |
git+https://github.com/elevenlabs/elevenlabs-python@v3
|
5 |
stability-sdk==0.4.0
|
6 |
python-dotenv==1.0.0
|
|
|
1 |
streamlit>=1.16.0
|
2 |
openai==1.3.6
|
3 |
pandas==2.1.1
|
4 |
+
numpy==1.23.5
|
5 |
git+https://github.com/elevenlabs/elevenlabs-python@v3
|
6 |
stability-sdk==0.4.0
|
7 |
python-dotenv==1.0.0
|