ShynBui commited on
Commit
a5ded10
1 Parent(s): 2b770e3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +77 -0
requirements.txt CHANGED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ attrs==23.2.0
6
+ certifi==2024.2.2
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.2.0
11
+ cycler==0.12.1
12
+ exceptiongroup==1.2.0
13
+ fastapi==0.109.2
14
+ ffmpy==0.3.2
15
+ filelock==3.13.1
16
+ fonttools==4.49.0
17
+ fsspec==2024.2.0
18
+ gradio==4.19.1
19
+ gradio_client==0.10.0
20
+ h11==0.14.0
21
+ httpcore==1.0.4
22
+ httpx==0.27.0
23
+ huggingface-hub==0.20.3
24
+ idna==3.6
25
+ importlib-resources==6.1.1
26
+ Jinja2==3.1.3
27
+ joblib==1.3.2
28
+ jsonschema==4.21.1
29
+ jsonschema-specifications==2023.12.1
30
+ kiwisolver==1.4.5
31
+ markdown-it-py==3.0.0
32
+ MarkupSafe==2.1.5
33
+ matplotlib==3.8.3
34
+ mdurl==0.1.2
35
+ numpy==1.26.4
36
+ orjson==3.9.14
37
+ packaging==23.2
38
+ pandas==2.2.0
39
+ pillow==10.2.0
40
+ py-vncorenlp==0.1.4
41
+ pydantic==2.6.1
42
+ pydantic_core==2.16.2
43
+ pydub==0.25.1
44
+ Pygments==2.17.2
45
+ pyjnius==1.6.1
46
+ pyparsing==3.1.1
47
+ python-crfsuite==0.9.10
48
+ python-dateutil==2.8.2
49
+ python-multipart==0.0.9
50
+ pytz==2024.1
51
+ pyvi==0.1.1
52
+ PyYAML==6.0.1
53
+ referencing==0.33.0
54
+ requests==2.31.0
55
+ rich==13.7.0
56
+ rpds-py==0.18.0
57
+ ruff==0.2.2
58
+ scikit-learn==1.4.1.post1
59
+ scipy==1.12.0
60
+ semantic-version==2.10.0
61
+ shellingham==1.5.4
62
+ six==1.16.0
63
+ sklearn-crfsuite==0.3.6
64
+ sniffio==1.3.0
65
+ starlette==0.36.3
66
+ tabulate==0.9.0
67
+ threadpoolctl==3.3.0
68
+ tomlkit==0.12.0
69
+ toolz==0.12.1
70
+ tqdm==4.66.2
71
+ typer==0.9.0
72
+ typing_extensions==4.9.0
73
+ tzdata==2024.1
74
+ urllib3==2.2.1
75
+ uvicorn==0.27.1
76
+ websockets==11.0.3
77
+ zipp==3.17.0