Annas Dev commited on
Commit
4cb8afb
·
1 Parent(s): 0f98d7f

upadte requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +98 -0
requirements.txt ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.3.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ altair==4.2.0
5
+ anyio==3.6.2
6
+ astunparse==1.6.3
7
+ async-timeout==4.0.2
8
+ attrs==22.2.0
9
+ cachetools==5.2.0
10
+ certifi==2022.12.7
11
+ charset-normalizer==2.1.1
12
+ click==8.1.3
13
+ contourpy==1.0.6
14
+ cycler==0.11.0
15
+ entrypoints==0.4
16
+ fastapi==0.88.0
17
+ ffmpy==0.3.0
18
+ filelock==3.9.0
19
+ flatbuffers==23.1.4
20
+ fonttools==4.38.0
21
+ frozenlist==1.3.3
22
+ fsspec==2022.11.0
23
+ gast==0.4.0
24
+ google-auth==2.15.0
25
+ google-auth-oauthlib==0.4.6
26
+ google-pasta==0.2.0
27
+ gradio==3.16.0
28
+ grpcio==1.51.1
29
+ h11==0.14.0
30
+ h5py==3.7.0
31
+ httpcore==0.16.3
32
+ httpx==0.23.3
33
+ huggingface-hub==0.11.1
34
+ idna==3.4
35
+ importlib-metadata==6.0.0
36
+ importlib-resources==5.10.2
37
+ Jinja2==3.1.2
38
+ jsonschema==4.17.3
39
+ keras==2.11.0
40
+ kiwisolver==1.4.4
41
+ libclang==14.0.6
42
+ linkify-it-py==1.0.3
43
+ Markdown==3.4.1
44
+ markdown-it-py==2.1.0
45
+ MarkupSafe==2.1.1
46
+ matplotlib==3.6.2
47
+ mdit-py-plugins==0.3.3
48
+ mdurl==0.1.2
49
+ multidict==6.0.4
50
+ numpy==1.24.1
51
+ oauthlib==3.2.2
52
+ opt-einsum==3.3.0
53
+ orjson==3.8.4
54
+ packaging==22.0
55
+ pandas==1.5.2
56
+ Pillow==9.4.0
57
+ pkgutil_resolve_name==1.3.10
58
+ protobuf==3.19.6
59
+ pyasn1==0.4.8
60
+ pyasn1-modules==0.2.8
61
+ pycryptodome==3.16.0
62
+ pydantic==1.10.4
63
+ pydub==0.25.1
64
+ pyparsing==3.0.9
65
+ pyrsistent==0.19.3
66
+ python-dateutil==2.8.2
67
+ python-multipart==0.0.5
68
+ pytz==2022.7
69
+ PyYAML==6.0
70
+ regex==2022.10.31
71
+ requests==2.28.1
72
+ requests-oauthlib==1.3.1
73
+ rfc3986==1.5.0
74
+ rsa==4.9
75
+ six==1.16.0
76
+ sniffio==1.3.0
77
+ starlette==0.22.0
78
+ tensorboard==2.11.0
79
+ tensorboard-data-server==0.6.1
80
+ tensorboard-plugin-wit==1.8.1
81
+ tensorflow==2.11.0
82
+ tensorflow-estimator==2.11.0
83
+ tensorflow-hub==0.12.0
84
+ tensorflow-io-gcs-filesystem==0.29.0
85
+ termcolor==2.2.0
86
+ tokenizers==0.13.2
87
+ toolz==0.12.0
88
+ tqdm==4.64.1
89
+ transformers==4.25.1
90
+ typing_extensions==4.4.0
91
+ uc-micro-py==1.0.1
92
+ urllib3==1.26.13
93
+ uvicorn==0.20.0
94
+ websockets==10.4
95
+ Werkzeug==2.2.2
96
+ wrapt==1.14.1
97
+ yarl==1.8.2
98
+ zipp==3.11.0