benjolo commited on
Commit
ed86121
·
verified ·
1 Parent(s): 2bd027e

Update backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +21 -14
backend/requirements.txt CHANGED
@@ -1,24 +1,31 @@
1
- colorlog==6.7.0
2
- fairseq2==0.2.0
3
- fastapi==0.110.2
 
 
4
  g2p_en==2.1.0
5
- matplotlib==3.8.3
6
- numpy==1.24.4
7
- openai==1.23.1
 
8
  pydantic==2.7.0
9
  pydub==0.25.1
10
- pymongo==4.6.3
11
- pytest==8.1.1
12
- pytextrank==3.3.0
13
  python-dotenv==1.0.1
14
- python-socketio==5.11.2
 
15
  Requests==2.31.0
16
- simuleval==1.1.4
17
  sentencepiece==0.1.99
 
18
  soundfile==0.12.1
19
  spacy==3.7.4
20
- torch==2.1.1
21
- torchaudio==2.1.1
22
- transformers==4.40.0
 
23
  uvicorn==0.29.0
24
  vad==1.0.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.24.2
9
+ openai==1.20.0
10
+ protobuf==5.26.1
11
  pydantic==2.7.0
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
  sentencepiece==0.1.99
21
+ simuleval==1.1.4
22
  soundfile==0.12.1
23
  spacy==3.7.4
24
+ pytextrank==3.3.0
25
+ torch==2.1.2
26
+ torchaudio==2.1.2
27
+ #transformers==4.20.1
28
  uvicorn==0.29.0
29
  vad==1.0.2
30
+ hf_transfer==0.1.4
31
+ huggingface_hub==0.19.4