pragnakalp commited on
Commit
59c3de2
·
1 Parent(s): f516027

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -6
requirements.txt CHANGED
@@ -1,52 +1,95 @@
1
- absl-py==0.11.0
 
 
 
 
2
  appdirs==1.4.4
3
  astunparse==1.6.3
 
 
4
  audioread==2.1.9
 
 
 
 
5
  cachetools==4.1.1
6
  certifi==2020.11.8
7
  cffi==1.14.4
8
  chardet==3.0.4
 
9
  click==7.1.2
 
10
  cycler==0.10.0
11
  decorator==4.4.2
 
 
 
 
12
  Flask==1.1.2
13
  Flask-Cors==3.0.9
 
 
14
  future==0.18.2
15
  gast==0.3.3
16
  geoip2==3.0.0
17
  google-auth==1.23.0
18
  google-auth-oauthlib==0.4.2
19
  google-pasta==0.2.0
 
20
  grpcio==1.33.2
 
21
  h5py==2.10.0
 
22
  idna==2.10
23
  importlib-metadata==3.1.0
24
  itsdangerous==1.1.0
25
  Jinja2==2.11.2
26
  joblib==0.17.0
27
- Keras==2.4.3
 
28
  Keras-Preprocessing==1.1.2
29
  kiwisolver==1.3.1
 
30
  librosa==0.8.0
 
31
  llvmlite==0.34.0
32
  Markdown==3.3.3
 
33
  MarkupSafe==1.1.1
34
  matplotlib==3.3.3
35
  maxminddb==2.0.3
 
 
 
 
36
  numba==0.51.2
37
  numpy==1.23.5
38
  oauthlib==3.1.0
39
  opt-einsum==3.3.0
40
- packaging==20.4
 
 
 
41
  Pillow==8.0.1
 
42
  pooch==1.2.0
43
  protobuf==3.14.0
44
  pyasn1==0.4.8
45
  pyasn1-modules==0.2.8
 
46
  pycparser==2.20
 
 
 
 
 
47
  pyparsing==2.4.7
 
 
48
  python-dateutil==2.8.1
 
49
  pytz==2020.4
 
50
  PyYAML==5.3.1
51
  regex==2020.10.28
52
  requests==2.25.0
@@ -56,18 +99,29 @@ rsa==4.6
56
  scikit-learn==0.23.2
57
  scipy==1.5.4
58
  six==1.15.0
 
59
  SoundFile==0.10.3.post1
60
- tensorboard==2.4.0
 
 
 
61
  tensorboard-plugin-wit==1.7.0
62
- tensorflow==2.3.1
63
- tensorflow-estimator==2.3.0
 
64
  termcolor==1.1.0
65
  threadpoolctl==2.1.0
66
  tqdm==4.53.0
 
 
 
 
67
  urllib3==1.26.2
 
68
  uWSGI==2.0.19.1
69
  wasabi==0.8.0
70
  Wave==0.0.2
71
  Werkzeug==1.0.1
72
  wrapt==1.12.1
 
73
  zipp==3.4.0
 
1
+ absl-py==1.3.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ analytics-python==1.4.0
5
+ anyio==3.6.2
6
  appdirs==1.4.4
7
  astunparse==1.6.3
8
+ async-timeout==4.0.2
9
+ attrs==22.1.0
10
  audioread==2.1.9
11
+ backoff==1.10.0
12
+ backports.zoneinfo==0.2.1
13
+ bcrypt==4.0.1
14
+ beautifulsoup4==4.11.1
15
  cachetools==4.1.1
16
  certifi==2020.11.8
17
  cffi==1.14.4
18
  chardet==3.0.4
19
+ charset-normalizer==2.1.1
20
  click==7.1.2
21
+ cryptography==38.0.4
22
  cycler==0.10.0
23
  decorator==4.4.2
24
+ docopt==0.6.2
25
+ fastapi==0.88.0
26
+ ffmpy==0.3.0
27
+ filelock==3.8.2
28
  Flask==1.1.2
29
  Flask-Cors==3.0.9
30
+ flatbuffers==22.12.6
31
+ frozenlist==1.3.3
32
  future==0.18.2
33
  gast==0.3.3
34
  geoip2==3.0.0
35
  google-auth==1.23.0
36
  google-auth-oauthlib==0.4.2
37
  google-pasta==0.2.0
38
+ gradio==3.0
39
  grpcio==1.33.2
40
+ h11==0.14.0
41
  h5py==2.10.0
42
+ huggingface-hub==0.11.1
43
  idna==2.10
44
  importlib-metadata==3.1.0
45
  itsdangerous==1.1.0
46
  Jinja2==2.11.2
47
  joblib==0.17.0
48
+ Js2Py==0.74
49
+ keras==2.11.0
50
  Keras-Preprocessing==1.1.2
51
  kiwisolver==1.3.1
52
+ libclang==14.0.6
53
  librosa==0.8.0
54
+ linkify-it-py==1.0.3
55
  llvmlite==0.34.0
56
  Markdown==3.3.3
57
+ markdown-it-py==2.1.0
58
  MarkupSafe==1.1.1
59
  matplotlib==3.3.3
60
  maxminddb==2.0.3
61
+ mdit-py-plugins==0.3.3
62
+ mdurl==0.1.2
63
+ monotonic==1.6
64
+ multidict==6.0.3
65
  numba==0.51.2
66
  numpy==1.23.5
67
  oauthlib==3.1.0
68
  opt-einsum==3.3.0
69
+ orjson==3.8.3
70
+ packaging==22.0
71
+ pandas==1.5.2
72
+ paramiko==2.12.0
73
  Pillow==8.0.1
74
+ pkg_resources==0.0.0
75
  pooch==1.2.0
76
  protobuf==3.14.0
77
  pyasn1==0.4.8
78
  pyasn1-modules==0.2.8
79
+ PyAudio==0.2.12
80
  pycparser==2.20
81
+ pycryptodome==3.16.0
82
+ pydantic==1.10.2
83
+ pydub==0.25.1
84
+ pyjsparser==2.7.1
85
+ PyNaCl==1.5.0
86
  pyparsing==2.4.7
87
+ PyPrind==2.11.3
88
+ pySmartDL==1.3.4
89
  python-dateutil==2.8.1
90
+ python-multipart==0.0.5
91
  pytz==2020.4
92
+ pytz-deprecation-shim==0.1.0.post0
93
  PyYAML==5.3.1
94
  regex==2020.10.28
95
  requests==2.25.0
 
99
  scikit-learn==0.23.2
100
  scipy==1.5.4
101
  six==1.15.0
102
+ sniffio==1.3.0
103
  SoundFile==0.10.3.post1
104
+ soupsieve==2.3.2.post1
105
+ starlette==0.22.0
106
+ tensorboard==2.11.0
107
+ tensorboard-data-server==0.6.1
108
  tensorboard-plugin-wit==1.7.0
109
+ tensorflow==2.11.0
110
+ tensorflow-estimator==2.11.0
111
+ tensorflow-io-gcs-filesystem==0.28.0
112
  termcolor==1.1.0
113
  threadpoolctl==2.1.0
114
  tqdm==4.53.0
115
+ typing_extensions==4.4.0
116
+ tzdata==2022.7
117
+ tzlocal==4.2
118
+ uc-micro-py==1.0.1
119
  urllib3==1.26.2
120
+ uvicorn==0.20.0
121
  uWSGI==2.0.19.1
122
  wasabi==0.8.0
123
  Wave==0.0.2
124
  Werkzeug==1.0.1
125
  wrapt==1.12.1
126
+ yarl==1.8.2
127
  zipp==3.4.0