Spaces:
Runtime error
Runtime error
Commit
·
1f25f63
1
Parent(s):
2daf4c3
added requirements
Browse files- requirements.txt +83 -0
requirements.txt
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.3
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==4.2.0
|
4 |
+
async-timeout==4.0.2
|
5 |
+
attrs==22.1.0
|
6 |
+
backports.zoneinfo==0.2.1
|
7 |
+
blinker==1.5
|
8 |
+
brotlipy==0.7.0
|
9 |
+
cachetools==5.2.0
|
10 |
+
certifi==2022.12.7
|
11 |
+
cffi==1.15.1
|
12 |
+
charset-normalizer==2.0.4
|
13 |
+
click==8.1.3
|
14 |
+
commonmark==0.9.1
|
15 |
+
cryptography==38.0.1
|
16 |
+
ctc-decoder==1.0.1
|
17 |
+
decorator==5.1.1
|
18 |
+
distlib==0.3.6
|
19 |
+
editdistance==0.6.2
|
20 |
+
entrypoints==0.4
|
21 |
+
flit_core==3.6.0
|
22 |
+
frozenlist==1.3.3
|
23 |
+
fsspec==2022.11.0
|
24 |
+
gitdb==4.0.10
|
25 |
+
GitPython==3.1.29
|
26 |
+
idna==3.4
|
27 |
+
importlib-metadata==5.2.0
|
28 |
+
importlib-resources==5.10.1
|
29 |
+
Jinja2==3.1.2
|
30 |
+
jsonschema==4.17.3
|
31 |
+
lightning-utilities==0.4.2
|
32 |
+
MarkupSafe==2.1.1
|
33 |
+
mkl-fft==1.3.1
|
34 |
+
mkl-random==1.2.2
|
35 |
+
mkl-service==2.4.0
|
36 |
+
multidict==6.0.3
|
37 |
+
numpy==1.24.0
|
38 |
+
packaging==22.0
|
39 |
+
pandas==1.5.2
|
40 |
+
Pillow==9.3.0
|
41 |
+
pip==22.3.1
|
42 |
+
pkgutil_resolve_name==1.3.10
|
43 |
+
platformdirs==2.5.2
|
44 |
+
protobuf==3.20.1
|
45 |
+
pyarrow==10.0.1
|
46 |
+
pycparser==2.21
|
47 |
+
pydeck==0.8.0
|
48 |
+
Pygments==2.13.0
|
49 |
+
Pympler==1.0.1
|
50 |
+
pyOpenSSL==22.0.0
|
51 |
+
pyrsistent==0.19.2
|
52 |
+
PySocks==1.7.1
|
53 |
+
python-dateutil==2.8.2
|
54 |
+
pytorch-lightning==1.8.5.post0
|
55 |
+
pytz==2022.7
|
56 |
+
pytz-deprecation-shim==0.1.0.post0
|
57 |
+
PyYAML==6.0
|
58 |
+
requests==2.28.1
|
59 |
+
rich==12.6.0
|
60 |
+
semver==2.13.0
|
61 |
+
setuptools==65.5.0
|
62 |
+
six==1.16.0
|
63 |
+
smmap==5.0.0
|
64 |
+
streamlit==1.16.0
|
65 |
+
tensorboardX==2.5.1
|
66 |
+
toml==0.10.2
|
67 |
+
toolz==0.12.0
|
68 |
+
torch==1.13.1
|
69 |
+
torchaudio==0.13.1
|
70 |
+
torchmetrics==0.11.0
|
71 |
+
torchvision==0.14.1
|
72 |
+
tornado==6.2
|
73 |
+
tqdm==4.64.1
|
74 |
+
typing_extensions==4.4.0
|
75 |
+
tzdata==2022.7
|
76 |
+
tzlocal==4.2
|
77 |
+
urllib3==1.26.13
|
78 |
+
validators==0.20.0
|
79 |
+
virtualenv==20.16.6
|
80 |
+
watchdog==2.2.0
|
81 |
+
wheel==0.37.1
|
82 |
+
yarl==1.8.2
|
83 |
+
zipp==3.11.0
|