Spaces:
Runtime error
Runtime error
Tyler Burns
commited on
Commit
•
a397fb0
1
Parent(s):
534a674
added requirements
Browse files- requirements.txt +72 -0
requirements.txt
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.0
|
2 |
+
attrs==22.1.0
|
3 |
+
blinker==1.5
|
4 |
+
Brotli==1.0.9
|
5 |
+
cachetools==5.2.0
|
6 |
+
certifi==2022.6.15
|
7 |
+
charset-normalizer==2.1.1
|
8 |
+
click==8.1.3
|
9 |
+
commonmark==0.9.1
|
10 |
+
dash-core-components==2.0.0
|
11 |
+
dash-html-components==2.0.0
|
12 |
+
dash-table==5.0.0
|
13 |
+
decorator==5.1.1
|
14 |
+
entrypoints==0.4
|
15 |
+
filelock==3.8.0
|
16 |
+
Flask==2.2.2
|
17 |
+
Flask-Compress==1.12
|
18 |
+
gitdb==4.0.9
|
19 |
+
GitPython==3.1.27
|
20 |
+
huggingface-hub==0.9.1
|
21 |
+
idna==3.3
|
22 |
+
importlib-metadata==4.12.0
|
23 |
+
itsdangerous==2.1.2
|
24 |
+
Jinja2==3.1.2
|
25 |
+
joblib==1.1.0
|
26 |
+
jsonschema==4.15.0
|
27 |
+
MarkupSafe==2.1.1
|
28 |
+
nltk==3.7
|
29 |
+
numpy==1.23.2
|
30 |
+
packaging==21.3
|
31 |
+
pandas==1.4.4
|
32 |
+
Pillow==9.2.0
|
33 |
+
plotly==5.10.0
|
34 |
+
protobuf==3.20.1
|
35 |
+
pyarrow==9.0.0
|
36 |
+
pydeck==0.8.0b1
|
37 |
+
Pygments==2.13.0
|
38 |
+
Pympler==1.0.1
|
39 |
+
pyparsing==3.0.9
|
40 |
+
pyrsistent==0.18.1
|
41 |
+
python-dateutil==2.8.2
|
42 |
+
pytz==2022.2.1
|
43 |
+
pytz-deprecation-shim==0.1.0.post0
|
44 |
+
PyYAML==6.0
|
45 |
+
regex==2022.8.17
|
46 |
+
requests==2.28.1
|
47 |
+
rich==12.5.1
|
48 |
+
scikit-learn==1.1.2
|
49 |
+
scipy==1.9.1
|
50 |
+
semver==2.13.0
|
51 |
+
sentence-transformers==2.2.2
|
52 |
+
sentencepiece==0.1.97
|
53 |
+
six==1.16.0
|
54 |
+
smmap==5.0.0
|
55 |
+
streamlit==1.12.2
|
56 |
+
tenacity==8.0.1
|
57 |
+
threadpoolctl==3.1.0
|
58 |
+
tokenizers==0.12.1
|
59 |
+
toml==0.10.2
|
60 |
+
toolz==0.12.0
|
61 |
+
torch==1.12.1
|
62 |
+
torchvision==0.13.1
|
63 |
+
tornado==6.2
|
64 |
+
tqdm==4.64.1
|
65 |
+
transformers==4.21.3
|
66 |
+
typing_extensions==4.3.0
|
67 |
+
tzdata==2022.2
|
68 |
+
tzlocal==4.2
|
69 |
+
urllib3==1.26.12
|
70 |
+
validators==0.20.0
|
71 |
+
Werkzeug==2.2.2
|
72 |
+
zipp==3.8.1
|