dcrey7 commited on
Commit
837cf5a
·
1 Parent(s): ddb108b
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- python-dotenv>=1.0.0
2
- gradio>=4.31.0
 
3
  groq>=0.30.0
4
  gtts>=2.5.4
5
  mistralai>=1.2.0
6
- numpy>=1.26.0
7
  google-generativeai>=0.5.0
8
  soundfile>=0.12.1
9
  openai>=1.0.0
 
1
+ gradio==4.44.1
2
+ pydantic==2.10.6
3
+ python-dotenv==0.21.0
4
  groq>=0.30.0
5
  gtts>=2.5.4
6
  mistralai>=1.2.0
7
+ numpy==1.26.4
8
  google-generativeai>=0.5.0
9
  soundfile>=0.12.1
10
  openai>=1.0.0