ra2w commited on
Commit
5181b22
1 Parent(s): dc94239

python 3.8

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -47
requirements.txt CHANGED
@@ -1,26 +1,26 @@
1
- absl-py==0.15.0
2
  altair==4.1.0
3
  appnope==0.1.2
4
  argh==0.26.2
5
  argon2-cffi==21.1.0
6
  astor==0.8.1
7
- astunparse==1.6.3
8
  async-generator==1.10
9
  attrs==21.2.0
10
  backcall==0.2.0
11
  backports.functools-lru-cache==1.6.4
 
12
  base58==2.1.1
13
  bleach==4.1.0
14
  blinker==1.4
15
- boto3==1.20.2
16
- botocore==1.23.2
17
  brotlipy==0.7.0
18
  cachetools==4.2.4
19
  certifi==2021.10.8
20
- cffi==1.14.6
21
  chardet==4.0.0
22
  charset-normalizer==2.0.0
23
  click==7.1.2
 
24
  cryptography==35.0.0
25
  cycler==0.11.0
26
  dataclasses==0.8
@@ -29,17 +29,11 @@ decorator==5.1.0
29
  defusedxml==0.7.1
30
  entrypoints==0.3
31
  filelock==3.3.2
32
- flatbuffers==1.12
33
- gast==0.3.3
34
  gitdb==4.0.9
35
  GitPython==3.1.24
36
- google-auth==1.21.3
37
- google-auth-oauthlib==0.4.6
38
- google-pasta==0.2.0
39
- grpcio==1.37.1
40
- h5py==2.10.0
41
  huggingface-hub==0.1.2
42
- idna==2.10
43
  importlib-metadata==4.8.2
44
  importlib-resources==5.4.0
45
  ipykernel==6.5.0
@@ -55,25 +49,18 @@ jupyter-client==7.0.6
55
  jupyter-core==4.9.1
56
  jupyterlab-pygments==0.1.2
57
  jupyterlab-widgets==1.0.2
58
- Keras-Preprocessing==1.1.2
59
  kiwisolver==1.3.2
60
- Markdown==3.3.4
61
  MarkupSafe==2.0.1
62
  matplotlib==3.4.3
63
  matplotlib-inline==0.1.3
64
  mistune==0.8.4
65
- mkl-fft==1.3.1
66
- mkl-random==1.2.2
67
- mkl-service==2.4.0
68
- nbclient==0.5.5
69
- nbconvert==6.2.0
70
  nbformat==5.1.3
71
  nest-asyncio==1.5.1
72
  notebook==6.4.5
73
- numpy==1.21.2
74
- oauthlib==3.1.1
75
  olefile==0.46
76
- opt-einsum==3.3.0
77
  packaging==21.0
78
  pandas==1.2.5
79
  pandocfilters==1.5.0
@@ -82,19 +69,17 @@ patsy==0.5.2
82
  pexpect==4.8.0
83
  pickleshare==0.7.5
84
  Pillow==8.4.0
85
- pip==21.2.4
86
  plotly==5.3.1
87
  prometheus-client==0.12.0
88
  prompt-toolkit==3.0.22
89
- protobuf==3.15.8
90
  ptyprocess==0.7.0
91
- pyarrow==3.0.0
92
- pyasn1==0.4.8
93
- pyasn1-modules==0.2.7
94
  pycparser==2.21
95
- pydeck==0.7.0
96
  Pygments==2.10.0
97
- PyJWT==2.3.0
98
  pyOpenSSL==21.0.0
99
  pyparsing==3.0.5
100
  pyrsistent==0.18.0
@@ -104,34 +89,24 @@ pytz==2021.3
104
  pytz-deprecation-shim==0.1.0.post0
105
  PyYAML==6.0
106
  pyzmq==22.3.0
107
- regex==2021.8.3
108
  requests==2.26.0
109
- requests-oauthlib==1.3.0
110
- rsa==4.7.2
111
  s3transfer==0.5.0
112
- sacremoses==0.0.43
113
- scipy==1.7.1
114
  Send2Trash==1.8.0
115
- setuptools==58.0.4
116
  six==1.16.0
117
  smmap==3.0.5
118
  statsmodels==0.13.0
119
- streamlit==1.1.0
120
  tenacity==8.0.1
121
- tensorboard==2.4.1
122
- tensorboard-plugin-wit==1.8.0
123
- tensorflow==2.4.1
124
- tensorflow-estimator==2.4.0
125
- termcolor==1.1.0
126
  terminado==0.12.1
127
  testpath==0.5.0
128
  tokenizers==0.10.3
129
  toml==0.10.2
130
  toolz==0.11.2
131
  torch==1.10.0
132
- torch-scatter==2.0.9
133
- torchaudio==0.10.0
134
- torchvision==0.11.1
135
  tornado==6.1
136
  tqdm==4.62.3
137
  traitlets==5.1.1
@@ -144,8 +119,6 @@ validators==0.18.2
144
  watchdog==2.1.6
145
  wcwidth==0.2.5
146
  webencodings==0.5.1
147
- Werkzeug==2.0.1
148
  wheel==0.37.0
149
  widgetsnbextension==3.5.2
150
- wrapt==1.13.3
151
  zipp==3.6.0
 
 
1
  altair==4.1.0
2
  appnope==0.1.2
3
  argh==0.26.2
4
  argon2-cffi==21.1.0
5
  astor==0.8.1
 
6
  async-generator==1.10
7
  attrs==21.2.0
8
  backcall==0.2.0
9
  backports.functools-lru-cache==1.6.4
10
+ backports.zoneinfo==0.2.1
11
  base58==2.1.1
12
  bleach==4.1.0
13
  blinker==1.4
14
+ boto3==1.20.4
15
+ botocore==1.23.4
16
  brotlipy==0.7.0
17
  cachetools==4.2.4
18
  certifi==2021.10.8
19
+ cffi==1.15.0
20
  chardet==4.0.0
21
  charset-normalizer==2.0.0
22
  click==7.1.2
23
+ colorama==0.4.4
24
  cryptography==35.0.0
25
  cycler==0.11.0
26
  dataclasses==0.8
 
29
  defusedxml==0.7.1
30
  entrypoints==0.3
31
  filelock==3.3.2
32
+ future==0.18.2
 
33
  gitdb==4.0.9
34
  GitPython==3.1.24
 
 
 
 
 
35
  huggingface-hub==0.1.2
36
+ idna==3.1
37
  importlib-metadata==4.8.2
38
  importlib-resources==5.4.0
39
  ipykernel==6.5.0
 
49
  jupyter-core==4.9.1
50
  jupyterlab-pygments==0.1.2
51
  jupyterlab-widgets==1.0.2
 
52
  kiwisolver==1.3.2
 
53
  MarkupSafe==2.0.1
54
  matplotlib==3.4.3
55
  matplotlib-inline==0.1.3
56
  mistune==0.8.4
57
+ nbclient==0.5.8
58
+ nbconvert==6.3.0
 
 
 
59
  nbformat==5.1.3
60
  nest-asyncio==1.5.1
61
  notebook==6.4.5
62
+ numpy==1.21.4
 
63
  olefile==0.46
 
64
  packaging==21.0
65
  pandas==1.2.5
66
  pandocfilters==1.5.0
 
69
  pexpect==4.8.0
70
  pickleshare==0.7.5
71
  Pillow==8.4.0
72
+ pip==21.3.1
73
  plotly==5.3.1
74
  prometheus-client==0.12.0
75
  prompt-toolkit==3.0.22
76
+ protobuf==3.18.1
77
  ptyprocess==0.7.0
78
+ pyarrow==6.0.0
 
 
79
  pycparser==2.21
80
+ pydeck==0.7.1
81
  Pygments==2.10.0
82
+ Pympler==0.9
83
  pyOpenSSL==21.0.0
84
  pyparsing==3.0.5
85
  pyrsistent==0.18.0
 
89
  pytz-deprecation-shim==0.1.0.post0
90
  PyYAML==6.0
91
  pyzmq==22.3.0
92
+ regex==2021.11.10
93
  requests==2.26.0
 
 
94
  s3transfer==0.5.0
95
+ sacremoses==0.0.46
96
+ scipy==1.7.2
97
  Send2Trash==1.8.0
98
+ setuptools==58.5.3
99
  six==1.16.0
100
  smmap==3.0.5
101
  statsmodels==0.13.0
102
+ streamlit==1.2.0
103
  tenacity==8.0.1
 
 
 
 
 
104
  terminado==0.12.1
105
  testpath==0.5.0
106
  tokenizers==0.10.3
107
  toml==0.10.2
108
  toolz==0.11.2
109
  torch==1.10.0
 
 
 
110
  tornado==6.1
111
  tqdm==4.62.3
112
  traitlets==5.1.1
 
119
  watchdog==2.1.6
120
  wcwidth==0.2.5
121
  webencodings==0.5.1
 
122
  wheel==0.37.0
123
  widgetsnbextension==3.5.2
 
124
  zipp==3.6.0