Emanuel commited on
Commit
8a1db50
1 Parent(s): 19d4726

Added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +87 -0
requirements.txt ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.3.1
3
+ anyio==3.6.2
4
+ async-timeout==4.0.2
5
+ attrs==22.1.0
6
+ bcrypt==4.0.1
7
+ blis==0.7.9
8
+ catalogue==2.0.8
9
+ certifi==2022.9.24
10
+ cffi==1.15.1
11
+ charset-normalizer==2.1.1
12
+ click==8.1.3
13
+ confection==0.0.3
14
+ contourpy==1.0.6
15
+ cryptography==38.0.3
16
+ cycler==0.11.0
17
+ cymem==2.0.7
18
+ fastapi==0.86.0
19
+ ffmpy==0.3.0
20
+ filelock==3.8.0
21
+ fonttools==4.38.0
22
+ frozenlist==1.3.3
23
+ fsspec==2022.11.0
24
+ gradio==3.9.1
25
+ h11==0.12.0
26
+ httpcore==0.15.0
27
+ httpx==0.23.0
28
+ huggingface-hub==0.10.1
29
+ idna==3.4
30
+ Jinja2==3.1.2
31
+ kiwisolver==1.4.4
32
+ langcodes==3.3.0
33
+ linkify-it-py==1.0.3
34
+ markdown-it-py==2.1.0
35
+ MarkupSafe==2.1.1
36
+ matplotlib==3.6.2
37
+ mdit-py-plugins==0.3.1
38
+ mdurl==0.1.2
39
+ multidict==6.0.2
40
+ murmurhash==1.0.9
41
+ numpy==1.23.4
42
+ nvidia-cublas-cu11==11.10.3.66
43
+ nvidia-cuda-nvrtc-cu11==11.7.99
44
+ nvidia-cuda-runtime-cu11==11.7.99
45
+ nvidia-cudnn-cu11==8.5.0.96
46
+ orjson==3.8.1
47
+ packaging==21.3
48
+ pandas==1.5.1
49
+ paramiko==2.12.0
50
+ pathy==0.6.2
51
+ Pillow==9.3.0
52
+ preshed==3.0.8
53
+ pt-core-news-sm==3.4.0
54
+ pycparser==2.21
55
+ pycryptodome==3.15.0
56
+ pydantic==1.10.2
57
+ pydub==0.25.1
58
+ PyNaCl==1.5.0
59
+ pyparsing==3.0.9
60
+ python-dateutil==2.8.2
61
+ python-multipart==0.0.5
62
+ pytz==2022.6
63
+ PyYAML==6.0
64
+ regex==2022.10.31
65
+ requests==2.28.1
66
+ rfc3986==1.5.0
67
+ six==1.16.0
68
+ smart-open==5.2.1
69
+ sniffio==1.3.0
70
+ spacy==3.4.3
71
+ spacy-legacy==3.0.10
72
+ spacy-loggers==1.0.3
73
+ srsly==2.4.5
74
+ starlette==0.20.4
75
+ thinc==8.1.5
76
+ tokenizers==0.13.2
77
+ torch==1.13.0
78
+ tqdm==4.64.1
79
+ transformers==4.24.0
80
+ typer==0.7.0
81
+ typing-extensions==4.4.0
82
+ uc-micro-py==1.0.1
83
+ urllib3==1.26.12
84
+ uvicorn==0.19.0
85
+ wasabi==0.10.1
86
+ websockets==10.4
87
+ yarl==1.8.1