Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +78 -0
requirements.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
appdirs==1.4.4
|
2 |
+
arabic-reshaper==3.0.0
|
3 |
+
attrs==22.2.0
|
4 |
+
charset-normalizer==3.1.0
|
5 |
+
click==8.1.3
|
6 |
+
cycler==0.11.0
|
7 |
+
decorator==5.1.1
|
8 |
+
einops==0.6.0
|
9 |
+
entrypoints==0.4
|
10 |
+
fastjsonschema==2.16.3
|
11 |
+
filelock==3.10.0
|
12 |
+
fire==0.5.0
|
13 |
+
fonttools==4.38.0
|
14 |
+
gast==0.5.3
|
15 |
+
h5py==3.8.0
|
16 |
+
huggingface-hub==0.13.3
|
17 |
+
idna==3.4
|
18 |
+
imageio==2.26.1
|
19 |
+
imgaug==0.4.0
|
20 |
+
importlib-metadata==6.1.0
|
21 |
+
importlib-resources==5.12.0
|
22 |
+
joblib==1.2.0
|
23 |
+
jsonschema==4.17.3
|
24 |
+
jupyter_client==7.4.9
|
25 |
+
jupyter_core==4.12.0
|
26 |
+
kiwisolver==1.4.4
|
27 |
+
lmdb==1.4.0
|
28 |
+
Mako==1.2.4
|
29 |
+
Markdown==3.4.1
|
30 |
+
MarkupSafe==2.1.2
|
31 |
+
matplotlib==3.5.3
|
32 |
+
natsort==8.3.1
|
33 |
+
nbclient==0.7.2
|
34 |
+
nbformat==5.8.0
|
35 |
+
nest-asyncio==1.5.6
|
36 |
+
networkx==2.6.3
|
37 |
+
nltk==3.8.1
|
38 |
+
numpy==1.21.6
|
39 |
+
nvidia-cublas-cu11==11.10.3.66
|
40 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
41 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
42 |
+
nvidia-cudnn-cu11==8.5.0.96
|
43 |
+
opencv-contrib-python==4.5.1.48
|
44 |
+
opencv-python==4.5.1.48
|
45 |
+
packaging==23.0
|
46 |
+
Pillow==9.4.0
|
47 |
+
pkgutil_resolve_name==1.3.10
|
48 |
+
platformdirs==3.1.1
|
49 |
+
PyArabic==0.6.15
|
50 |
+
pycuda==2022.1
|
51 |
+
pyparsing==3.0.9
|
52 |
+
pyrsistent==0.19.3
|
53 |
+
python-dateutil==2.8.2
|
54 |
+
pytools==2022.1.12
|
55 |
+
pytz==2022.7.1
|
56 |
+
PyWavelets==1.3.0
|
57 |
+
PyYAML==6.0
|
58 |
+
pyzmq==25.0.2
|
59 |
+
regex==2022.10.31
|
60 |
+
requests==2.28.2
|
61 |
+
safetensors==0.3.0
|
62 |
+
scikit-image==0.19.3
|
63 |
+
scipy==1.7.3
|
64 |
+
shapely==2.0.1
|
65 |
+
six==1.16.0
|
66 |
+
termcolor==2.2.0
|
67 |
+
tifffile==2021.11.2
|
68 |
+
timm==0.6.12
|
69 |
+
torch==1.9.1+cu111
|
70 |
+
torchvision==0.10.1+cu111
|
71 |
+
tornado==6.2
|
72 |
+
tqdm==4.65.0
|
73 |
+
traitlets==5.9.0
|
74 |
+
typing_extensions==4.5.0
|
75 |
+
urllib3==1.26.15
|
76 |
+
validators==0.20.0
|
77 |
+
Wand==0.6.11
|
78 |
+
zipp==3.15.0
|