asusevski commited on
Commit
bbddeb7
1 Parent(s): 7c3ca19

update reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +76 -138
requirements.txt CHANGED
@@ -1,143 +1,81 @@
1
- attrs==19.3.0
2
- Automat==0.8.0
3
- backcall==0.1.0
4
- bleach==3.1.1
5
- blinker==1.4
6
- blis==0.7.8
7
- catalogue==2.0.7
8
- certifi==2019.11.28
9
- cffi==1.15.0
10
- chardet==3.0.4
11
- charset-normalizer==2.0.12
12
  click==8.1.3
13
- cloud-init==20.1
14
- colorama==0.4.3
15
- command-not-found==0.3
16
- configobj==5.0.6
17
- constantly==15.1.0
18
- cryptography==37.0.2
19
- cymem==2.0.6
20
- dataclasses==0.6
21
- dbus-python==1.2.16
22
- decorator==4.4.2
23
- defusedxml==0.6.0
24
- distro==1.4.0
25
- distro-info===0.23ubuntu1
26
- entrypoints==0.3
27
- filelock==3.7.1
28
- html5lib==1.0.1
29
- httplib2==0.14.0
30
- huggingface-hub==0.8.1
31
- hyperlink==19.0.0
32
- idna==2.8
33
- importlib-metadata==1.5.0
34
- incremental==16.10.1
35
- ipykernel==5.2.0
36
- ipython==7.13.0
37
- ipython-genutils==0.2.0
38
- ipywidgets==6.0.0
39
- jedi==0.15.2
40
- Jinja2==2.10.1
41
- joblib==1.1.0
42
- jsonpatch==1.22
43
- jsonpointer==2.0
44
- jsonschema==3.2.0
45
- jupyter-client==6.1.2
46
- jupyter-console==6.0.0
47
- jupyter-core==4.6.3
48
- keyring==18.0.1
49
- langcodes==3.3.0
50
- language-selector==0.1
51
- launchpadlib==1.10.13
52
- lazr.restfulclient==0.14.2
53
- lazr.uri==1.0.3
54
- MarkupSafe==1.1.0
55
- mistune==0.8.4
56
- more-itertools==4.2.0
57
- murmurhash==1.0.7
58
- nbconvert==5.6.1
59
- nbformat==5.0.4
60
- netifaces==0.10.4
61
- nltk==3.7
62
- notebook==6.0.3
63
- numpy==1.23.0
64
- oauthlib==3.1.0
65
- packaging==21.3
66
- pandas==1.5.2
67
- pandocfilters==1.4.2
68
- parso==0.5.2
69
- pathy==0.6.2
70
- pdfminer.six==20220524
71
- pdfplumber==0.7.1
72
- pexpect==4.6.0
73
- pickleshare==0.7.5
74
- Pillow==9.1.1
75
- preshed==3.0.6
76
- prometheus-client==0.7.1
77
- prompt-toolkit==2.0.10
78
- pyasn1==0.4.2
79
- pyasn1-modules==0.2.1
80
- pycparser==2.21
81
- pydantic==1.8.2
82
- Pygments==2.3.1
83
- PyGObject==3.36.0
84
- PyHamcrest==1.9.0
85
- PyJWT==1.7.1
86
- pymacaroons==0.13.0
87
- PyNaCl==1.3.0
88
- pyOpenSSL==19.0.0
89
  pyparsing==3.0.9
90
- pyrsistent==0.15.5
91
- pyserial==3.4
92
- python-apt==2.0.0
93
  python-dateutil==2.8.2
94
- python-dbusmock==0.19
95
- python-debian===0.1.36ubuntu1
96
  pytz==2022.7.1
97
- PyYAML==5.3.1
98
- pyzmq==18.1.1
99
- regex==2022.6.2
100
- requests==2.22.0
101
- requests-unixsocket==0.2.0
102
- scikit-learn==1.1.1
103
- scipy==1.8.1
104
- SecretStorage==2.3.1
105
- Send2Trash==1.5.0
106
- sentence-transformers==2.2.2
107
- sentencepiece==0.1.96
108
- service-identity==18.1.0
109
- simplejson==3.16.0
110
- six==1.14.0
111
- smart-open==5.2.1
112
- spacy==3.3.1
113
- spacy-legacy==3.0.9
114
- spacy-loggers==1.0.2
115
- srsly==2.4.3
116
- ssh-import-id==5.10
117
- systemd-python==234
118
- terminado==0.8.2
119
- testpath==0.4.4
120
- thinc==8.0.17
121
  threadpoolctl==3.1.0
122
- tokenizers==0.12.1
123
- torch==1.12.0
124
- torchvision==0.13.0
125
- tornado==5.1.1
126
- tqdm==4.64.0
127
- traitlets==4.3.3
128
- transformers==4.20.1
129
- Twisted==18.9.0
130
- typer==0.4.2
131
- typing-extensions==4.3.0
132
- ubuntu-advantage-tools==20.3
133
- ufw==0.36
134
- unattended-upgrades==0.1
135
- urllib3==1.25.8
136
- wadllib==1.3.3
137
- Wand==0.6.7
138
- wasabi==0.9.1
139
- wcwidth==0.1.8
140
- webencodings==0.5.1
141
- widgetsnbextension==2.0.0
142
- zipp==1.0.0
143
- zope.interface==4.7.1
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ async-timeout==4.0.2
7
+ attrs==22.2.0
8
+ certifi==2022.12.7
9
+ charset-normalizer==2.1.1
 
 
10
  click==8.1.3
11
+ contourpy==1.0.7
12
+ cycler==0.11.0
13
+ datasets==2.9.0
14
+ dill==0.3.6
15
+ entrypoints==0.4
16
+ fastapi==0.91.0
17
+ ffmpy==0.3.0
18
+ filelock==3.9.0
19
+ fonttools==4.38.0
20
+ frozenlist==1.3.3
21
+ fsspec==2023.1.0
22
+ gradio==3.18.0
23
+ h11==0.14.0
24
+ httpcore==0.16.3
25
+ httpx==0.23.3
26
+ huggingface-hub==0.12.0
27
+ idna==3.4
28
+ Jinja2==3.1.2
29
+ joblib==1.2.0
30
+ jsonschema==4.17.3
31
+ kiwisolver==1.4.4
32
+ linkify-it-py==1.0.3
33
+ markdown-it-py==2.1.0
34
+ MarkupSafe==2.1.2
35
+ matplotlib==3.6.3
36
+ mdit-py-plugins==0.3.3
37
+ mdurl==0.1.2
38
+ multidict==6.0.4
39
+ multiprocess==0.70.14
40
+ numpy==1.24.2
41
+ nvidia-cublas-cu11==11.10.3.66
42
+ nvidia-cuda-nvrtc-cu11==11.7.99
43
+ nvidia-cuda-runtime-cu11==11.7.99
44
+ nvidia-cudnn-cu11==8.5.0.96
45
+ orjson==3.8.6
46
+ packaging==23.0
47
+ pandas==1.5.3
48
+ Pillow==9.4.0
49
+ pyarrow==11.0.0
50
+ pycryptodome==3.17
51
+ pydantic==1.10.4
52
+ pydub==0.25.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  pyparsing==3.0.9
54
+ pyrsistent==0.19.3
 
 
55
  python-dateutil==2.8.2
56
+ python-multipart==0.0.5
 
57
  pytz==2022.7.1
58
+ PyYAML==6.0
59
+ regex==2022.10.31
60
+ requests==2.28.2
61
+ responses==0.18.0
62
+ rfc3986==1.5.0
63
+ scikit-learn==1.2.1
64
+ scipy==1.10.0
65
+ six==1.16.0
66
+ sniffio==1.3.0
67
+ starlette==0.24.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  threadpoolctl==3.1.0
69
+ tokenizers==0.13.2
70
+ toolz==0.12.0
71
+ torch==1.13.1
72
+ torchvision==0.14.1
73
+ tqdm==4.64.1
74
+ transformers==4.26.1
75
+ typing_extensions==4.4.0
76
+ uc-micro-py==1.0.1
77
+ urllib3==1.26.14
78
+ uvicorn==0.20.0
79
+ websockets==10.4
80
+ xxhash==3.2.0
81
+ yarl==1.8.2