Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -61
requirements.txt
CHANGED
@@ -1,63 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
cffi==1.15.0
|
7 |
-
charset-normalizer==2.0.10
|
8 |
-
click==8.0.3
|
9 |
clip @ git+https://github.com/openai/CLIP.git@573315e83f07b53a61ff5098757e8fc885f1703e
|
10 |
-
cryptography==36.0.1
|
11 |
-
cycler==0.11.0
|
12 |
faiss-cpu==1.7.2
|
13 |
-
|
14 |
-
|
15 |
-
Flask==2.0.2
|
16 |
-
Flask-CacheBuster==1.0.0
|
17 |
-
Flask-Cors==3.0.10
|
18 |
-
Flask-Login==0.5.0
|
19 |
-
fonttools==4.28.5
|
20 |
-
ftfy==6.0.3
|
21 |
-
gitdb==4.0.9
|
22 |
-
GitPython==3.1.26
|
23 |
-
idna==3.3
|
24 |
-
imageio==2.13.5
|
25 |
-
itsdangerous==2.0.1
|
26 |
-
Jinja2==3.0.3
|
27 |
-
kiwisolver==1.3.2
|
28 |
-
markdown2==2.4.2
|
29 |
-
MarkupSafe==2.0.1
|
30 |
-
matplotlib==3.5.1
|
31 |
-
monotonic==1.6
|
32 |
-
networkx==2.6.3
|
33 |
-
numpy==1.22.1
|
34 |
-
packaging==21.3
|
35 |
-
pandas==1.3.5
|
36 |
-
paramiko==2.9.2
|
37 |
-
Pillow==9.0.0
|
38 |
-
pycparser==2.21
|
39 |
-
pycryptodome==3.12.0
|
40 |
-
pydub==0.25.1
|
41 |
-
PyNaCl==1.5.0
|
42 |
-
pyparsing==3.0.6
|
43 |
-
PySocks==1.7.1
|
44 |
-
python-dateutil==2.8.2
|
45 |
-
pytz==2021.3
|
46 |
-
PyWavelets==1.2.0
|
47 |
-
regex==2021.11.10
|
48 |
-
requests==2.27.1
|
49 |
-
scikit-image==0.19.1
|
50 |
-
scipy==1.7.3
|
51 |
-
six==1.16.0
|
52 |
-
smmap==5.0.0
|
53 |
-
soupsieve==2.3.1
|
54 |
-
tifffile==2021.11.2
|
55 |
-
torch==1.10.1
|
56 |
-
torchvision==0.11.2
|
57 |
-
tqdm==4.62.3
|
58 |
-
typing_extensions==4.0.1
|
59 |
-
urllib3==1.26.8
|
60 |
-
wcwidth==0.2.5
|
61 |
-
Werkzeug==2.0.2
|
62 |
-
psutil==5.9.1
|
63 |
-
gdown
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
tqdm
|
4 |
+
gdown
|
5 |
+
pandas
|
|
|
|
|
|
|
6 |
clip @ git+https://github.com/openai/CLIP.git@573315e83f07b53a61ff5098757e8fc885f1703e
|
|
|
|
|
7 |
faiss-cpu==1.7.2
|
8 |
+
psutil
|
9 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|