Spaces:
Sleeping
Sleeping
update requirements
Browse files- requirements.txt +16 -51
requirements.txt
CHANGED
@@ -1,53 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torch==1.
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
tqdm
|
11 |
-
git+https://github.com/openai/CLIP.git
|
12 |
-
google-auth==1.35.0
|
13 |
-
google-auth-oauthlib==0.4.6
|
14 |
-
google-pasta==0.2.0
|
15 |
-
h5py==2.10.0
|
16 |
-
imageio==2.13.2
|
17 |
imageio-ffmpeg==0.4.3
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
jupyter-core==4.9.1
|
23 |
-
keras==2.7.0
|
24 |
-
Keras-Preprocessing==1.1.2
|
25 |
-
kiwisolver==1.3.2
|
26 |
-
lpips==0.1.4
|
27 |
-
mat4py==0.5.0
|
28 |
-
matplotlib==3.5.1
|
29 |
-
networkx==2.7.1
|
30 |
ninja==1.10.2.3
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
oauthlib==3.1.1
|
35 |
-
opencv-python
|
36 |
-
pandas==1.3.5
|
37 |
-
Pillow==9.3.0
|
38 |
-
protobuf==3.19.3
|
39 |
-
psutil==5.8.0
|
40 |
-
PyYAML @ file:///Users/runner/miniforge3/conda-bld/pyyaml_1636139902075/work
|
41 |
-
requests==2.26.0
|
42 |
-
scikit-image==0.19.2
|
43 |
-
scikit-learn==1.0.2
|
44 |
-
scipy==1.4.1
|
45 |
-
tensorboard==2.2.2
|
46 |
-
tensorboard-data-server==0.6.1
|
47 |
-
tensorboard-plugin-wit==1.8.1
|
48 |
-
tensorflow==2.2.0
|
49 |
-
tornado==6.1
|
50 |
-
tqdm @ file:///home/conda/feedstock_root/build_artifacts/tqdm_1632160078689/work
|
51 |
-
urllib3==1.26.7
|
52 |
-
validators==0.18.2
|
53 |
-
Werkzeug==2.0.2
|
|
|
1 |
+
ipython==7.30.1
|
2 |
+
torchvision==0.8.2
|
3 |
+
torch==1.7.1
|
4 |
+
pytorchvideo==0.1.5
|
5 |
+
opencv-python==4.5.5.62
|
6 |
+
matplotlib==3.4.3
|
7 |
+
Pillow==9.0.0
|
8 |
+
scipy==1.7.3
|
9 |
+
numpy==1.22.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
imageio-ffmpeg==0.4.3
|
11 |
+
python-ffmpeg==1.0.13
|
12 |
+
tqdm==4.62.3
|
13 |
+
ftfy==6.0.3
|
14 |
+
regex==2022.1.18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
ninja==1.10.2.3
|
16 |
+
cmake==3.22.2
|
17 |
+
dlib
|
18 |
+
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|