rifatramadhani commited on
Commit
f122637
1 Parent(s): f562ed8

build: update dependencies with full requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +127 -1
requirements.txt CHANGED
@@ -1,4 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  detoxify==0.5.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  numpy==1.26.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pandas==2.2.2
4
- torch==2.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ asttokens==2.4.1
8
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ Authlib==1.3.1
11
+ certifi==2024.6.2
12
+ cffi==1.16.0
13
+ charset-normalizer==3.3.2
14
+ click==8.0.4
15
+ contourpy==1.2.1
16
+ cryptography==42.0.8
17
+ cycler==0.12.1
18
+ datasets==2.20.0
19
+ decorator==5.1.1
20
  detoxify==0.5.1
21
+ dill==0.3.8
22
+ dnspython==2.6.1
23
+ email_validator==2.2.0
24
+ exceptiongroup==1.2.1
25
+ executing==2.0.1
26
+ fastapi==0.111.0
27
+ fastapi-cli==0.0.4
28
+ ffmpy==0.3.2
29
+ filelock==3.15.3
30
+ fonttools==4.53.0
31
+ frozenlist==1.4.1
32
+ fsspec==2024.5.0
33
+ gradio==4.36.1
34
+ gradio_client==1.0.1
35
+ h11==0.14.0
36
+ hf_transfer==0.1.6
37
+ httpcore==1.0.5
38
+ httptools==0.6.1
39
+ httpx==0.27.0
40
+ huggingface-hub==0.23.4
41
+ idna==3.7
42
+ importlib_resources==6.4.0
43
+ ipython==8.26.0
44
+ itsdangerous==2.2.0
45
+ jedi==0.19.1
46
+ Jinja2==3.1.4
47
+ jsonschema==4.22.0
48
+ jsonschema-specifications==2023.12.1
49
+ kiwisolver==1.4.5
50
+ markdown-it-py==3.0.0
51
+ MarkupSafe==2.1.5
52
+ matplotlib==3.9.0
53
+ matplotlib-inline==0.1.7
54
+ mdurl==0.1.2
55
+ mpmath==1.3.0
56
+ multidict==6.0.5
57
+ multiprocess==0.70.16
58
+ networkx==3.3
59
  numpy==1.26.4
60
+ nvidia-cublas-cu12==12.1.3.1
61
+ nvidia-cuda-cupti-cu12==12.1.105
62
+ nvidia-cuda-nvrtc-cu12==12.1.105
63
+ nvidia-cuda-runtime-cu12==12.1.105
64
+ nvidia-cudnn-cu12==8.9.2.26
65
+ nvidia-cufft-cu12==11.0.2.54
66
+ nvidia-curand-cu12==10.3.2.106
67
+ nvidia-cusolver-cu12==11.4.5.107
68
+ nvidia-cusparse-cu12==12.1.0.106
69
+ nvidia-nccl-cu12==2.19.3
70
+ nvidia-nvjitlink-cu12==12.5.40
71
+ nvidia-nvtx-cu12==12.1.105
72
+ orjson==3.10.5
73
+ packaging==24.1
74
  pandas==2.2.2
75
+ parso==0.8.4
76
+ pexpect==4.9.0
77
+ pillow==10.3.0
78
+ prompt_toolkit==3.0.47
79
+ protobuf==3.20.3
80
+ psutil==5.9.8
81
+ ptyprocess==0.7.0
82
+ pure-eval==0.2.2
83
+ pyarrow==16.1.0
84
+ pyarrow-hotfix==0.6
85
+ pycparser==2.22
86
+ pydantic==2.7.4
87
+ pydantic_core==2.18.4
88
+ pydub==0.25.1
89
+ Pygments==2.18.0
90
+ pyparsing==3.1.2
91
+ python-dateutil==2.9.0.post0
92
+ python-dotenv==1.0.1
93
+ python-multipart==0.0.9
94
+ pytz==2024.1
95
+ PyYAML==6.0.1
96
+ referencing==0.35.1
97
+ regex==2024.5.15
98
+ requests==2.32.3
99
+ rich==13.7.1
100
+ rpds-py==0.18.1
101
+ ruff==0.4.10
102
+ semantic-version==2.10.0
103
+ sentencepiece==0.2.0
104
+ shellingham==1.5.4
105
+ six==1.16.0
106
+ sniffio==1.3.1
107
+ spaces==0.28.3
108
+ stack-data==0.6.3
109
+ starlette==0.37.2
110
+ sympy==1.12.1
111
+ tokenizers==0.12.1
112
+ tomlkit==0.12.0
113
+ toolz==0.12.1
114
+ torch==2.2.0
115
+ tqdm==4.66.4
116
+ traitlets==5.14.3
117
+ transformers==4.22.1
118
+ triton==2.2.0
119
+ typer==0.12.3
120
+ typing_extensions==4.12.2
121
+ tzdata==2024.1
122
+ ujson==5.10.0
123
+ urllib3==2.2.2
124
+ uvicorn==0.30.1
125
+ uvloop==0.19.0
126
+ watchfiles==0.22.0
127
+ wcwidth==0.2.13
128
+ websockets==11.0.3
129
+ xxhash==3.4.1
130
+ yarl==1.9.4