Spaces:
Runtime error
Runtime error
maduvantha
commited on
Commit
•
bd2abc2
1
Parent(s):
c1efb43
Upload requirements.txt
Browse files- requirements.txt +61 -0
requirements.txt
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
+
asttokens==2.2.1
|
4 |
+
async-timeout==4.0.2
|
5 |
+
attrs==22.2.0
|
6 |
+
backcall==0.2.0
|
7 |
+
certifi==2022.12.7
|
8 |
+
charset-normalizer==3.1.0
|
9 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.0.7
|
11 |
+
cycler==0.11.0
|
12 |
+
decorator==5.1.1
|
13 |
+
executing==1.2.0
|
14 |
+
ffmpeg-python==0.2.0
|
15 |
+
fonttools==4.39.0
|
16 |
+
frozenlist==1.3.3
|
17 |
+
future==0.18.3
|
18 |
+
idna==3.4
|
19 |
+
imageio
|
20 |
+
ipython==8.11.0
|
21 |
+
jedi==0.18.2
|
22 |
+
joblib==1.2.0
|
23 |
+
kiwisolver==1.4.4
|
24 |
+
lazy_loader==0.1
|
25 |
+
matplotlib==3.7.1
|
26 |
+
matplotlib-inline==0.1.6
|
27 |
+
multidict==6.0.4
|
28 |
+
networkx==3.0
|
29 |
+
nextcord==2.4.0
|
30 |
+
numpy==1.24.2
|
31 |
+
packaging==23.0
|
32 |
+
pandas==1.5.3
|
33 |
+
parso==0.8.3
|
34 |
+
pickleshare==0.7.5
|
35 |
+
Pillow==9.4.0
|
36 |
+
prompt-toolkit==3.0.38
|
37 |
+
pure-eval==0.2.2
|
38 |
+
Pygments==2.14.0
|
39 |
+
pyparsing==3.0.9
|
40 |
+
python-dateutil==2.8.2
|
41 |
+
pytz==2022.7.1
|
42 |
+
PyWavelets==1.4.1
|
43 |
+
PyYAML==5.1
|
44 |
+
requests==2.28.2
|
45 |
+
scikit-image==0.14.0
|
46 |
+
scikit-learn==0.19.2
|
47 |
+
scipy==1.8
|
48 |
+
six==1.16.0
|
49 |
+
stack-data==0.6.2
|
50 |
+
threadpoolctl==3.1.0
|
51 |
+
tifffile==2023.2.28
|
52 |
+
torch==1.13.1
|
53 |
+
torchvision==0.14.1
|
54 |
+
tqdm==4.65.0
|
55 |
+
traitlets==5.9.0
|
56 |
+
typing_extensions==4.5.0
|
57 |
+
urllib3==1.26.14
|
58 |
+
video-to-ascii==1.2.8
|
59 |
+
wcwidth==0.2.6
|
60 |
+
xtermcolor==1.3
|
61 |
+
yarl==1.8.2
|