root commited on
Commit
abe7733
1 Parent(s): 5529872

Add reqs from freeze

Browse files
Files changed (1) hide show
  1. requirements.txt +156 -18
requirements.txt CHANGED
@@ -1,22 +1,160 @@
1
- # frame_interpolation dependencies
2
- tensorflow==2.6.2 # The latest should include tensorflow-gpu
3
- tensorflow-datasets==4.4.0
4
- tensorflow-addons==0.15.0
5
  absl-py==0.12.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  gin-config==0.5.0
7
- parameterized==0.8.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  mediapy==1.0.3
9
- scikit-image==0.19.1
10
- apache-beam==2.34.0
11
- google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
12
  natsort==8.1.0
13
-
14
- # Our dependencies
15
- fastapi==0.74.1 # This is because of reasons
16
- gradio==3.4 # This is also because of reasons
17
- spodcast
18
- moviepy
19
- huggingface-hub
20
- opencv-python
21
- image_tools
22
- podiant-opengraph
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  absl-py==0.12.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ anyio==3.6.2
5
+ apache-beam==2.34.0
6
+ asttokens==2.1.0
7
+ astunparse==1.6.3
8
+ async-timeout==4.0.2
9
+ attrs==22.1.0
10
+ avro-python3==1.9.2.1
11
+ backcall==0.2.0
12
+ bcrypt==4.0.1
13
+ beautifulsoup4==4.11.1
14
+ cachetools==4.2.4
15
+ certifi==2022.9.24
16
+ cffi==1.15.1
17
+ charset-normalizer==2.1.1
18
+ clang==5.0
19
+ click==8.1.3
20
+ contourpy==1.0.6
21
+ crcmod==1.7
22
+ cryptography==38.0.3
23
+ cycler==0.11.0
24
+ decorator==4.4.2
25
+ defusedxml==0.7.1
26
+ dill==0.3.1.1
27
+ docopt==0.6.2
28
+ executing==1.2.0
29
+ fastapi==0.74.1
30
+ fastavro==1.7.0
31
+ ffmpeg-python==0.2.0
32
+ ffmpy==0.3.0
33
+ filelock==3.8.0
34
+ flatbuffers==1.12
35
+ fonttools==4.38.0
36
+ frozenlist==1.3.3
37
+ fsspec==2022.11.0
38
+ future==0.18.2
39
+ gast==0.4.0
40
  gin-config==0.5.0
41
+ google-api-core==1.33.1
42
+ google-auth==1.35.0
43
+ google-auth-oauthlib==0.4.6
44
+ google-cloud-bigquery-storage==1.1.0
45
+ google-pasta==0.2.0
46
+ googleapis-common-protos==1.56.4
47
+ gradio==3.4.0
48
+ grpcio==1.50.0
49
+ grpcio-status==1.48.2
50
+ h11==0.12.0
51
+ h5py==3.1.0
52
+ hdfs==2.7.0
53
+ httpcore==0.15.0
54
+ httplib2==0.19.1
55
+ httpx==0.23.1
56
+ huggingface-hub==0.11.0
57
+ idna==3.4
58
+ ifaddr==0.2.0
59
+ image-tools==1.0.0
60
+ imageio==2.22.4
61
+ imageio-ffmpeg==0.4.7
62
+ importlib-metadata==5.1.0
63
+ ipython==8.6.0
64
+ jedi==0.18.2
65
+ Jinja2==3.1.2
66
+ keras==2.6.0
67
+ Keras-Preprocessing==1.1.2
68
+ kiwisolver==1.4.4
69
+ librespot==0.0.7
70
+ linkify-it-py==1.0.3
71
+ Markdown==3.4.1
72
+ markdown-it-py==2.1.0
73
+ MarkupSafe==2.1.1
74
+ matplotlib==3.6.2
75
+ matplotlib-inline==0.1.6
76
+ mdit-py-plugins==0.3.1
77
+ mdurl==0.1.2
78
  mediapy==1.0.3
79
+ moviepy==1.0.3
80
+ multidict==6.0.2
 
81
  natsort==8.1.0
82
+ networkx==2.8.8
83
+ numpy==1.19.5
84
+ oauth2client==4.1.3
85
+ oauthlib==3.2.2
86
+ opencv-python==4.6.0.66
87
+ opt-einsum==3.3.0
88
+ orjson==3.8.2
89
+ packaging==21.3
90
+ pandas==1.4.4
91
+ parameterized==0.8.1
92
+ paramiko==2.12.0
93
+ parso==0.8.3
94
+ pexpect==4.8.0
95
+ pickleshare==0.7.5
96
+ Pillow==9.3.0
97
+ podiant-opengraph==0.1.0
98
+ proglog==0.1.10
99
+ promise==2.3
100
+ prompt-toolkit==3.0.33
101
+ protobuf==3.20.1
102
+ ptyprocess==0.7.0
103
+ pure-eval==0.2.2
104
+ pyarrow==5.0.0
105
+ pyasn1==0.4.8
106
+ pyasn1-modules==0.2.8
107
+ pybase62==0.5.0
108
+ pycparser==2.21
109
+ pycryptodome==3.15.0
110
+ pycryptodomex==3.15.0
111
+ pydantic==1.9.2
112
+ pydot==1.4.2
113
+ pydub==0.25.1
114
+ Pygments==2.13.0
115
+ pymongo==3.13.0
116
+ PyNaCl==1.5.0
117
+ PyOgg==0.6.14a1
118
+ pyparsing==2.4.7
119
+ python-dateutil==2.8.2
120
+ python-multipart==0.0.5
121
+ pytz==2022.6
122
+ PyWavelets==1.4.1
123
+ PyYAML==6.0
124
+ requests==2.28.1
125
+ requests-oauthlib==1.3.1
126
+ rfc3986==1.5.0
127
+ rsa==4.9
128
+ scikit-image==0.19.1
129
+ scipy==1.9.3
130
+ six==1.15.0
131
+ sniffio==1.3.0
132
+ soupsieve==2.3.2.post1
133
+ spodcast==0.5.2
134
+ stack-data==0.6.1
135
+ starlette==0.17.1
136
+ tensorboard==2.6.0
137
+ tensorboard-data-server==0.6.1
138
+ tensorboard-plugin-wit==1.8.1
139
+ tensorflow==2.6.2
140
+ tensorflow-addons==0.15.0
141
+ tensorflow-datasets==4.4.0
142
+ tensorflow-estimator==2.6.0
143
+ tensorflow-metadata==1.11.0
144
+ termcolor==1.1.0
145
+ tifffile==2022.10.10
146
+ tqdm==4.64.1
147
+ traitlets==5.5.0
148
+ typeguard==2.13.3
149
+ typing-extensions==3.7.4.3
150
+ uc-micro-py==1.0.1
151
+ urllib3==1.26.13
152
+ uvicorn==0.20.0
153
+ wcwidth==0.2.5
154
+ websocket-client==1.4.2
155
+ websockets==10.4
156
+ Werkzeug==2.2.2
157
+ wrapt==1.12.1
158
+ yarl==1.8.1
159
+ zeroconf==0.39.4
160
+ zipp==3.10.0