ParulPandey commited on
Commit
2607e55
·
verified ·
1 Parent(s): f1bbb15

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,5 +1,13 @@
1
- gradio
2
- google-generativeai
3
- gradio_client
4
- # difflib is part of the Python standard library
5
- tqdm
 
 
 
 
 
 
 
 
 
1
+ # Updated requirements with specific versions to avoid compatibility issues
2
+ gradio>=4.0.0
3
+ google-generativeai>=0.8.0
4
+ gradio_client>=0.15.0
5
+ python-dotenv>=1.0.0
6
+ soundfile>=0.12.1
7
+ numpy>=1.24.0
8
+ tqdm>=4.65.0
9
+ # Add these for better HTTP compatibility
10
+ aiohttp>=3.8.0
11
+ httpx>=0.24.0
12
+ # SSL/Certificate handling
13
+ certifi>=2023.0.0