krishna195 commited on
Commit
d40a1b6
·
verified ·
1 Parent(s): 1fec460

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -11
requirements.txt CHANGED
@@ -1,11 +1,13 @@
1
- TTS @ git+https://github.com/coqui-ai/[email protected] # Keeping this version as specified to ensure compatibility
2
- pydantic==1.10.13 # Pydantic v2+ has breaking changes; v1.10.13 is stable for compatibility
3
- python-multipart==0.0.6 # No newer version available
4
- typing-extensions>=4.9.0 # Latest version as of Oct 2024
5
- cutlet # Latest as of Oct 2024 (no version pin required)
6
- mecab-python3==1.0.6 # Latest stable release compatible with mecab
7
- unidic-lite==1.0.8 # Latest stable release
8
- unidic==1.1.0 # Latest stable release
9
- langid # Latest as of Oct 2024 (no version pin required)
10
- deepspeed # Latest as of Oct 2024 (no version pin required)
11
- pydub==0.25.1 # Latest stable release as of Oct 2024
 
 
 
1
+ # Preinstall requirements from TTS
2
+ TTS @ git+https://github.com/coqui-ai/TTS@v0.21.1
3
+ pydantic==1.10.13
4
+ python-multipart==0.0.6
5
+ typing-extensions>=4.8.0
6
+ cutlet
7
+ mecab-python3==1.0.6
8
+ unidic-lite==1.0.8
9
+ unidic==1.1.0
10
+ langid
11
+ deepspeed
12
+ pydub
13
+ gradio