ayaderaghul commited on
Commit
32b688c
1 Parent(s): b2d911d

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -1
requirements.txt CHANGED
@@ -1,10 +1,13 @@
 
1
  aiofiles==23.1.0
2
  aiohttp==3.8.4
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==3.1.0
10
  click==8.1.3
@@ -14,34 +17,50 @@ entrypoints==0.4
14
  fastapi==0.95.0
15
  ffmpy==0.3.0
16
  filelock==3.10.7
 
17
  fonttools==4.39.3
18
  frozenlist==1.3.3
19
  fsspec==2023.3.0
 
 
 
 
20
  gradio==3.24.1
21
  gradio_client==0.0.5
 
22
  h11==0.14.0
 
23
  httpcore==0.16.3
24
  httpx==0.23.3
25
  huggingface-hub==0.13.3
26
  idna==3.4
27
  importlib-metadata==6.1.0
28
  importlib-resources==5.12.0
 
29
  Jinja2==3.1.2
30
  jsonschema==4.17.3
31
  keras==2.12.0
32
  kiwisolver==1.4.4
 
33
  linkify-it-py==2.0.0
 
34
  markdown-it-py==2.2.0
35
  MarkupSafe==2.1.2
36
  matplotlib==3.7.1
37
  mdit-py-plugins==0.3.3
38
  mdurl==0.1.2
 
39
  multidict==6.0.4
40
- numpy==1.24.2
 
 
41
  orjson==3.8.9
42
  packaging==23.0
43
  pandas==1.5.3
44
  Pillow==9.5.0
 
 
 
45
  pydantic==1.10.7
46
  pydub==0.25.1
47
  pyparsing==3.0.9
@@ -51,12 +70,22 @@ python-multipart==0.0.6
51
  pytz==2023.3
52
  PyYAML==6.0
53
  requests==2.28.2
 
54
  rfc3986==1.5.0
 
 
55
  semantic-version==2.10.0
56
  six==1.16.0
57
  sniffio==1.3.0
58
  starlette==0.26.1
 
 
 
 
59
  tensorflow-addons==0.19.0
 
 
 
60
  toolz==0.12.0
61
  tqdm==4.65.0
62
  typeguard==3.0.2
@@ -65,5 +94,7 @@ uc-micro-py==1.0.1
65
  urllib3==1.26.15
66
  uvicorn==0.21.1
67
  websockets==11.0
 
 
68
  yarl==1.8.2
69
  zipp==3.15.0
 
1
+ absl-py==1.4.0
2
  aiofiles==23.1.0
3
  aiohttp==3.8.4
4
  aiosignal==1.3.1
5
  altair==4.2.2
6
  anyio==3.6.2
7
+ astunparse==1.6.3
8
  async-timeout==4.0.2
9
  attrs==22.2.0
10
+ cachetools==5.3.0
11
  certifi==2022.12.7
12
  charset-normalizer==3.1.0
13
  click==8.1.3
 
17
  fastapi==0.95.0
18
  ffmpy==0.3.0
19
  filelock==3.10.7
20
+ flatbuffers==23.3.3
21
  fonttools==4.39.3
22
  frozenlist==1.3.3
23
  fsspec==2023.3.0
24
+ gast==0.4.0
25
+ google-auth==2.17.1
26
+ google-auth-oauthlib==1.0.0
27
+ google-pasta==0.2.0
28
  gradio==3.24.1
29
  gradio_client==0.0.5
30
+ grpcio==1.53.0
31
  h11==0.14.0
32
+ h5py==3.8.0
33
  httpcore==0.16.3
34
  httpx==0.23.3
35
  huggingface-hub==0.13.3
36
  idna==3.4
37
  importlib-metadata==6.1.0
38
  importlib-resources==5.12.0
39
+ jax==0.4.8
40
  Jinja2==3.1.2
41
  jsonschema==4.17.3
42
  keras==2.12.0
43
  kiwisolver==1.4.4
44
+ libclang==16.0.0
45
  linkify-it-py==2.0.0
46
+ Markdown==3.4.3
47
  markdown-it-py==2.2.0
48
  MarkupSafe==2.1.2
49
  matplotlib==3.7.1
50
  mdit-py-plugins==0.3.3
51
  mdurl==0.1.2
52
+ ml-dtypes==0.0.4
53
  multidict==6.0.4
54
+ numpy==1.23.5
55
+ oauthlib==3.2.2
56
+ opt-einsum==3.3.0
57
  orjson==3.8.9
58
  packaging==23.0
59
  pandas==1.5.3
60
  Pillow==9.5.0
61
+ protobuf==4.22.1
62
+ pyasn1==0.4.8
63
+ pyasn1-modules==0.2.8
64
  pydantic==1.10.7
65
  pydub==0.25.1
66
  pyparsing==3.0.9
 
70
  pytz==2023.3
71
  PyYAML==6.0
72
  requests==2.28.2
73
+ requests-oauthlib==1.3.1
74
  rfc3986==1.5.0
75
+ rsa==4.9
76
+ scipy==1.10.1
77
  semantic-version==2.10.0
78
  six==1.16.0
79
  sniffio==1.3.0
80
  starlette==0.26.1
81
+ tensorboard==2.12.1
82
+ tensorboard-data-server==0.7.0
83
+ tensorboard-plugin-wit==1.8.1
84
+ tensorflow==2.12.0
85
  tensorflow-addons==0.19.0
86
+ tensorflow-estimator==2.12.0
87
+ tensorflow-io-gcs-filesystem==0.32.0
88
+ termcolor==2.2.0
89
  toolz==0.12.0
90
  tqdm==4.65.0
91
  typeguard==3.0.2
 
94
  urllib3==1.26.15
95
  uvicorn==0.21.1
96
  websockets==11.0
97
+ Werkzeug==2.2.3
98
+ wrapt==1.14.1
99
  yarl==1.8.2
100
  zipp==3.15.0