Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -75
requirements.txt
CHANGED
@@ -1,75 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
Jinja2==2.11.3
|
15 |
-
joblib==0.17.0
|
16 |
-
jsonschema==3.2.0
|
17 |
-
jupyter-client==6.1.11
|
18 |
-
jupyter-console==6.2.0
|
19 |
-
jupyter-core==4.7.1
|
20 |
-
jupyterlab-pygments==0.1.2
|
21 |
-
jupyterlab-widgets==1.0.0
|
22 |
-
kiwisolver==1.3.1
|
23 |
-
lmdb==0.98
|
24 |
-
MarkupSafe==1.1.1
|
25 |
-
matplotlib==3.3.4
|
26 |
-
mistune==0.8.4
|
27 |
-
|
28 |
-
notebook==6.2.0
|
29 |
-
numpy==1.19.2
|
30 |
-
omegaconf==2.0.1rc4
|
31 |
-
opencv-python==4.5.1.48
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
pexpect==4.8.0
|
36 |
-
|
37 |
-
Pillow==8.1.2
|
38 |
-
|
39 |
-
prompt-toolkit==3.0.16
|
40 |
-
protobuf==3.15.6
|
41 |
-
ptyprocess==0.7.0
|
42 |
-
pybind11==2.6.2
|
43 |
-
pycocotools==2.0.2
|
44 |
-
pycparser==2.20
|
45 |
-
pyparsing==2.4.7
|
46 |
-
pyrsistent==0.17.3
|
47 |
-
|
48 |
-
PyWavelets==1.1.1
|
49 |
-
|
50 |
-
requests==2.23.0
|
51 |
-
scikit-image==0.17.2
|
52 |
-
scikit-learn==0.23.2
|
53 |
-
scipy==1.6.1
|
54 |
-
Send2Trash==1.5.0
|
55 |
-
sentencepiece==0.1.91
|
56 |
-
six==1.15.0
|
57 |
-
sklearn==0.0
|
58 |
-
|
59 |
-
threadpoolctl==2.1.0
|
60 |
-
tifffile==2021.2.1
|
61 |
-
tokenizers==0.9.3
|
62 |
-
torch==1.7.1
|
63 |
-
torchtext==0.5.0
|
64 |
-
torchvision==0.8.2
|
65 |
-
tornado==6.1
|
66 |
-
tqdm==4.51.0
|
67 |
-
traitlets==5.0.5
|
68 |
-
transformers==3.5.1
|
69 |
-
typing-extensions==3.7.4.3
|
70 |
-
urllib3==1.25.11
|
71 |
-
utils==1.0.1
|
72 |
-
|
73 |
-
wget==3.2
|
74 |
-
widgetsnbextension==3.5.1
|
75 |
-
zipp==3.4.0
|
|
|
1 |
+
einops
|
2 |
+
numpy
|
3 |
+
matplotlib
|
4 |
+
opencv-python
|
5 |
+
h5py
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
transformers
|
9 |
+
gensim
|
10 |
+
tensorflow
|
11 |
+
captum
|
12 |
+
ipython
|
13 |
+
wget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|