Spaces:
Runtime error
Runtime error
snaramirez872
commited on
Commit
•
734db52
1
Parent(s):
9bd3708
Update requirements.txt
Browse files- requirements.txt +1 -89
requirements.txt
CHANGED
@@ -1,98 +1,10 @@
|
|
1 |
-
altair==4.2.2
|
2 |
-
asttokens==2.2.1
|
3 |
-
attrs==22.2.0
|
4 |
-
backcall==0.2.0
|
5 |
-
blinker==1.6.1
|
6 |
-
cachetools==5.3.0
|
7 |
-
certifi==2022.12.7
|
8 |
-
charset-normalizer==3.1.0
|
9 |
-
click==8.1.3
|
10 |
-
colorama==0.4.6
|
11 |
-
comm==0.1.2
|
12 |
-
contourpy==1.0.7
|
13 |
-
cycler==0.11.0
|
14 |
-
debugpy==1.6.6
|
15 |
-
decorator==5.1.1
|
16 |
-
distlib==0.3.6
|
17 |
-
entrypoints==0.4
|
18 |
-
executing==1.2.0
|
19 |
-
filelock==3.10.6
|
20 |
-
Flask==2.2.3
|
21 |
-
fonttools==4.38.0
|
22 |
gitdb==4.0.10
|
23 |
GitPython==3.1.31
|
24 |
huggingface-hub==0.13.4
|
25 |
-
idna==3.4
|
26 |
-
importlib-metadata==6.2.1
|
27 |
ipykernel==6.21.2
|
28 |
ipython==8.11.0
|
29 |
-
itsdangerous==2.1.2
|
30 |
-
jedi==0.18.2
|
31 |
-
Jinja2==3.1.2
|
32 |
-
joblib==1.2.0
|
33 |
-
jsonschema==4.17.3
|
34 |
-
jupyter_client==8.0.3
|
35 |
-
jupyter_core==5.2.0
|
36 |
-
kiwisolver==1.4.4
|
37 |
-
markdown-it-py==2.2.0
|
38 |
-
MarkupSafe==2.1.2
|
39 |
-
matplotlib==3.7.1
|
40 |
-
matplotlib-inline==0.1.6
|
41 |
-
mdurl==0.1.2
|
42 |
-
mpmath==1.3.0
|
43 |
-
nest-asyncio==1.5.6
|
44 |
-
networkx==3.1
|
45 |
numpy==1.24.2
|
46 |
-
packaging==23.0
|
47 |
-
pandas==1.5.3
|
48 |
-
parso==0.8.3
|
49 |
-
pickleshare==0.7.5
|
50 |
Pillow==9.4.0
|
51 |
-
platformdirs==3.1.0
|
52 |
-
prompt-toolkit==3.0.38
|
53 |
-
protobuf==3.20.3
|
54 |
-
psutil==5.9.4
|
55 |
-
pure-eval==0.2.2
|
56 |
-
pyarrow==11.0.0
|
57 |
-
pydeck==0.8.0
|
58 |
-
Pygments==2.14.0
|
59 |
-
Pympler==1.0.1
|
60 |
-
pyparsing==3.0.9
|
61 |
-
pyrsistent==0.19.3
|
62 |
-
python-dateutil==2.8.2
|
63 |
-
pytz==2022.7.1
|
64 |
-
pytz-deprecation-shim==0.1.0.post0
|
65 |
-
PyYAML==6.0
|
66 |
-
pyzmq==25.0.0
|
67 |
-
regex==2023.3.23
|
68 |
-
requests==2.28.2
|
69 |
-
rich==13.3.3
|
70 |
-
scikit-learn==1.2.1
|
71 |
scipy==1.10.1
|
72 |
-
seaborn==0.12.2
|
73 |
-
six==1.16.0
|
74 |
-
sklearn==0.0.post1
|
75 |
-
smmap==5.0.0
|
76 |
-
stack-data==0.6.2
|
77 |
streamlit==1.21.0
|
78 |
-
|
79 |
-
threadpoolctl==3.1.0
|
80 |
-
tokenizers==0.13.3
|
81 |
-
toml==0.10.2
|
82 |
-
toolz==0.12.0
|
83 |
-
torch==2.0.0
|
84 |
-
tornado==6.2
|
85 |
-
tqdm==4.65.0
|
86 |
-
traitlets==5.9.0
|
87 |
-
transformers==4.27.4
|
88 |
-
typing_extensions==4.5.0
|
89 |
-
tzdata==2023.3
|
90 |
-
tzlocal==4.3
|
91 |
-
urllib3==1.26.15
|
92 |
-
validators==0.20.0
|
93 |
-
vboxapi==1.0
|
94 |
-
virtualenv==20.21.0
|
95 |
-
watchdog==3.0.0
|
96 |
-
wcwidth==0.2.6
|
97 |
-
Werkzeug==2.2.3
|
98 |
-
zipp==3.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gitdb==4.0.10
|
2 |
GitPython==3.1.31
|
3 |
huggingface-hub==0.13.4
|
|
|
|
|
4 |
ipykernel==6.21.2
|
5 |
ipython==8.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
numpy==1.24.2
|
|
|
|
|
|
|
|
|
7 |
Pillow==9.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
scipy==1.10.1
|
|
|
|
|
|
|
|
|
|
|
9 |
streamlit==1.21.0
|
10 |
+
torch==2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|