Jean-Antoine ZAGATO commited on
Commit
fe98827
·
1 Parent(s): a2772c8

Fix requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +87 -6
requirements.txt CHANGED
@@ -1,6 +1,87 @@
1
- torch==1.12.1
2
- numpy==1.21.6
3
- gradio==3.3.1
4
- detoxify==0.5.0
5
- datasets==2.5.1
6
- transformers==4.22.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.2
8
+ attrs==23.1.0
9
+ certifi==2023.7.22
10
+ charset-normalizer==3.2.0
11
+ click==8.1.6
12
+ contourpy==1.1.0
13
+ cycler==0.11.0
14
+ datasets==2.14.3
15
+ detoxify==0.5.1
16
+ dill==0.3.7
17
+ exceptiongroup==1.1.2
18
+ fastapi==0.101.0
19
+ ffmpy==0.3.1
20
+ filelock==3.12.2
21
+ fonttools==4.42.0
22
+ frozenlist==1.4.0
23
+ fsspec==2023.6.0
24
+ gradio==3.39.0
25
+ gradio_client==0.3.0
26
+ h11==0.14.0
27
+ httpcore==0.17.3
28
+ httpx==0.24.1
29
+ huggingface-hub==0.16.4
30
+ idna==3.4
31
+ importlib-resources==6.0.1
32
+ Jinja2==3.1.2
33
+ jsonschema==4.19.0
34
+ jsonschema-specifications==2023.7.1
35
+ kiwisolver==1.4.4
36
+ linkify-it-py==2.0.2
37
+ markdown-it-py==2.2.0
38
+ MarkupSafe==2.1.3
39
+ matplotlib==3.7.2
40
+ mdit-py-plugins==0.3.3
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ multidict==6.0.4
44
+ multiprocess==0.70.15
45
+ networkx==3.1
46
+ numpy==1.24.4
47
+ orjson==3.9.4
48
+ packaging==23.1
49
+ pandas==2.0.3
50
+ Pillow==10.0.0
51
+ pip==23.2.1
52
+ pkgutil_resolve_name==1.3.10
53
+ pyarrow==12.0.1
54
+ pydantic==2.1.1
55
+ pydantic_core==2.4.0
56
+ pydub==0.25.1
57
+ pyparsing==3.0.9
58
+ python-dateutil==2.8.2
59
+ python-multipart==0.0.6
60
+ pytz==2023.3
61
+ PyYAML==6.0.1
62
+ referencing==0.30.2
63
+ regex==2023.6.3
64
+ requests==2.31.0
65
+ rpds-py==0.9.2
66
+ semantic-version==2.10.0
67
+ sentencepiece==0.1.99
68
+ setuptools==68.0.0
69
+ six==1.16.0
70
+ sniffio==1.3.0
71
+ starlette==0.27.0
72
+ sympy==1.12
73
+ tokenizers==0.12.1
74
+ toolz==0.12.0
75
+ torch==2.0.1
76
+ tqdm==4.65.1
77
+ transformers==4.22.1
78
+ typing_extensions==4.7.1
79
+ tzdata==2023.3
80
+ uc-micro-py==1.0.2
81
+ urllib3==2.0.4
82
+ uvicorn==0.23.2
83
+ websockets==11.0.3
84
+ wheel==0.38.4
85
+ xxhash==3.3.0
86
+ yarl==1.9.2
87
+ zipp==3.16.2