benjolo commited on
Commit
26d5ca3
1 Parent(s): 2da7ed3

Update backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +25 -32
backend/requirements.txt CHANGED
@@ -1,36 +1,29 @@
1
-
2
-
3
- # seamless_communication
4
- git+https://github.com/facebookresearch/seamless_communication.git
5
- # ./whl/seamless_communication-1.0.0-py3-none-any.whl
6
- Flask==2.1.3
7
- Flask_Sockets==0.2.1
8
  g2p_en==2.1.0
9
- gevent==22.10.2
10
- gevent_websocket==0.10.1
11
- librosa==0.9.2
12
- numpy==1.24.4
13
- openai_whisper==20230124
14
- protobuf==4.24.2
15
- psola==0.0.1
16
  pydub==0.25.1
17
- silero==0.4.1
18
- soundfile==0.11.0
19
- stable_ts==1.4.0
20
- # to be installed by user for desired PyTorch version
21
- torch==2.1.2
22
- torchaudio==2.1.2
23
- # simuleval # to be installed by seamless_communication
24
- Werkzeug==2.0.3
25
- whisper==1.1.10
26
- colorlog==6.7.0
27
- python-socketio==5.9.0
28
- uvicorn[standard]==0.23.2
29
- parallel-wavegan==0.5.5
30
- python-jose[cryptography]==3.3.0
31
- starlette==0.32.0.post1
32
- hf_transfer==0.1.4
33
- huggingface_hub==0.19.4
34
  python-socketio==5.9.0
35
- contextlib2==21.6.0
36
  pymongo==4.6.2
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ colorlog==6.8.2
2
+ contextlib2==21.6.0
3
+ fairseq2==0.2.0
4
+ fairseq2.egg==info
5
+ fastapi==0.110.1
 
 
6
  g2p_en==2.1.0
7
+ matplotlib==3.7.0
8
+ numpy==1.23.0
9
+ numpy==1.24.2
10
+ pydantic==1.8.2
11
+ pydantic_mongo==2.1.2
 
 
12
  pydub==0.25.1
13
+ pymongo==4.6.2
14
+ PySoundFile==0.9.0.post1
15
+ python-dotenv==1.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  python-socketio==5.9.0
 
17
  pymongo==4.6.2
18
+ Requests==2.31.0
19
+ seamless_communication==1.0.0
20
+ simuleval==1.1.4
21
+ soundfile==0.12.1
22
+ torch==1.12.0
23
+ torch==2.1.2
24
+ torchaudio==0.12.0
25
+ torchaudio==2.1.2
26
+ transformers==4.20.1
27
+ transformers==4.40.0.dev0
28
+ uvicorn==0.29.0
29
+ vad==1.0.2