panjiariputra commited on
Commit
441ec8f
1 Parent(s): fa50831

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -2
requirements.txt CHANGED
@@ -1,6 +1,31 @@
1
- cat << EOF > requirements.txt
2
  pip==23.2.1
3
  torch
4
  transformers
5
  pyctcdecode
6
- https://github.com/kpu/kenlm/archive/master.zip
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  pip==23.2.1
2
  torch
3
  transformers
4
  pyctcdecode
5
+ https://github.com/kpu/kenlm/archive/master.zip
6
+
7
+ aiofiles>=22.0,<24.0
8
+ altair>=4.2.0,<6.0
9
+ fastapi
10
+ ffmpy
11
+ gradio_client==0.6.0
12
+ httpx
13
+ huggingface_hub>=0.14.0
14
+ importlib_resources>=1.3,<7.0
15
+ Jinja2<4.0
16
+ markupsafe~=2.0
17
+ matplotlib~=3.0
18
+ numpy~=1.0
19
+ orjson~=3.0
20
+ packaging
21
+ pandas>=1.0,<3.0
22
+ pillow>=8.0,<11.0
23
+ pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0
24
+ python-multipart # required for fastapi forms
25
+ pydub
26
+ pyyaml>=5.0,<7.0
27
+ requests~=2.0
28
+ semantic_version~=2.0
29
+ typing_extensions~=4.0
30
+ uvicorn>=0.14.0
31
+ websockets>=10.0,<12.0