cnasa commited on
Commit
9b696f8
1 Parent(s): 0625284

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +92 -0
requirements.txt ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.1.0
2
+ aiohttp==3.8.1
3
+ aiosignal==1.2.0
4
+ analytics-python==1.4.0
5
+ anyio==3.6.1
6
+ asgiref==3.5.2
7
+ astunparse==1.6.3
8
+ async-timeout==4.0.2
9
+ attrs==21.4.0
10
+ backoff==1.10.0
11
+ bcrypt==3.2.2
12
+ cachetools==5.2.0
13
+ certifi==2022.5.18.1
14
+ cffi==1.15.0
15
+ charset-normalizer==2.0.12
16
+ click==8.1.3
17
+ colorama==0.4.5
18
+ cryptography==37.0.3
19
+ cycler==0.11.0
20
+ fastapi==0.78.0
21
+ ffmpy==0.3.0
22
+ flatbuffers==1.12
23
+ fonttools==4.33.3
24
+ frozenlist==1.3.0
25
+ fsspec==2022.5.0
26
+ gast==0.4.0
27
+ google-auth==2.8.0
28
+ google-auth-oauthlib==0.4.6
29
+ google-pasta==0.2.0
30
+ gradio==3.0.20
31
+ grpcio==1.46.3
32
+ h11==0.13.0
33
+ h5py==3.7.0
34
+ idna==3.3
35
+ importlib-metadata==4.11.4
36
+ Jinja2==3.1.2
37
+ keras==2.9.0
38
+ Keras-Preprocessing==1.1.2
39
+ kiwisolver==1.4.3
40
+ libclang==14.0.1
41
+ linkify-it-py==1.0.3
42
+ Markdown==3.3.7
43
+ markdown-it-py==2.1.0
44
+ MarkupSafe==2.1.1
45
+ matplotlib==3.5.2
46
+ mdit-py-plugins==0.3.0
47
+ mdurl==0.1.1
48
+ monotonic==1.6
49
+ multidict==6.0.2
50
+ numpy==1.22.4
51
+ oauthlib==3.2.0
52
+ opencv-python==4.6.0.66
53
+ opt-einsum==3.3.0
54
+ orjson==3.7.2
55
+ packaging==21.3
56
+ pandas==1.4.2
57
+ paramiko==2.11.0
58
+ Pillow==9.1.1
59
+ protobuf==3.19.4
60
+ pyasn1==0.4.8
61
+ pyasn1-modules==0.2.8
62
+ pycparser==2.21
63
+ pycryptodome==3.14.1
64
+ pydantic==1.9.1
65
+ pydub==0.25.1
66
+ PyNaCl==1.5.0
67
+ pyparsing==3.0.9
68
+ python-dateutil==2.8.2
69
+ python-multipart==0.0.5
70
+ pytz==2022.1
71
+ requests==2.28.0
72
+ requests-oauthlib==1.3.1
73
+ rsa==4.8
74
+ six==1.16.0
75
+ sniffio==1.2.0
76
+ starlette==0.19.1
77
+ tensorboard==2.9.1
78
+ tensorboard-data-server==0.6.1
79
+ tensorboard-plugin-wit==1.8.1
80
+ tensorflow==2.9.1
81
+ tensorflow-estimator==2.9.0
82
+ tensorflow-io-gcs-filesystem==0.26.0
83
+ termcolor==1.1.0
84
+ typing_extensions==4.2.0
85
+ uc-micro-py==1.0.1
86
+ urllib3==1.26.9
87
+ uvicorn==0.17.6
88
+ Werkzeug==2.1.2
89
+ wincertstore==0.2
90
+ wrapt==1.14.1
91
+ yarl==1.7.2
92
+ zipp==3.8.0