Spaces:
Sleeping
Sleeping
Vladislawoo
commited on
Commit
·
c64f05d
1
Parent(s):
b74d191
Upload requirements.txt
Browse files- requirements.txt +122 -0
requirements.txt
ADDED
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.1.1
|
2 |
+
attrs==23.1.0
|
3 |
+
beautifulsoup4==4.12.2
|
4 |
+
blinker==1.6.2
|
5 |
+
bs4==0.0.1
|
6 |
+
cachetools==5.3.1
|
7 |
+
certifi==2023.7.22
|
8 |
+
charset-normalizer==3.2.0
|
9 |
+
click==8.1.7
|
10 |
+
faiss-cpu==1.7.4
|
11 |
+
filelock==3.12.3
|
12 |
+
fsspec==2023.6.0
|
13 |
+
gitdb==4.0.10
|
14 |
+
huggingface-hub==0.16.4
|
15 |
+
idna==3.4
|
16 |
+
importlib-metadata==6.8.0
|
17 |
+
Jinja2==3.1.2
|
18 |
+
jsonschema==4.19.0
|
19 |
+
jsonschema-specifications==2023.7.1
|
20 |
+
markdown-it-py==3.0.0
|
21 |
+
MarkupSafe==2.1.3
|
22 |
+
mdurl==0.1.2
|
23 |
+
mpmath==1.3.0
|
24 |
+
networkx==3.1
|
25 |
+
numpy==1.25.2
|
26 |
+
packaging==23.1
|
27 |
+
pandas==2.1.0
|
28 |
+
Pillow==9.5.0
|
29 |
+
protobuf==4.24.2
|
30 |
+
pyarrow==13.0.0
|
31 |
+
pydeck==0.8.0
|
32 |
+
Pygments==2.16.1
|
33 |
+
Pympler==1.0.1
|
34 |
+
python-dateutil==2.8.2
|
35 |
+
pytz==2023.3
|
36 |
+
pytz-deprecation-shim==0.1.0.post0
|
37 |
+
PyYAML==6.0.1
|
38 |
+
referencing==0.30.2
|
39 |
+
regex==2023.8.8
|
40 |
+
requests==2.31.0
|
41 |
+
rich==13.5.2
|
42 |
+
rpds-py==0.10.0
|
43 |
+
safetensors==0.3.3
|
44 |
+
six==1.16.0
|
45 |
+
smmap==5.0.0
|
46 |
+
soupsieve==2.4.1
|
47 |
+
streamlit==1.26.0
|
48 |
+
sympy==1.12
|
49 |
+
tenacity==8.2.3
|
50 |
+
tokenizers==0.13.3
|
51 |
+
toml==0.10.2
|
52 |
+
toolz==0.12.0
|
53 |
+
torch==2.0.1
|
54 |
+
tornado==6.3.3
|
55 |
+
tqdm==4.66.1
|
56 |
+
transformers==4.32.1
|
57 |
+
typing_extensions==4.7.1
|
58 |
+
tzdata==2023.3
|
59 |
+
tzlocal==4.3.1
|
60 |
+
urllib3==2.0.4
|
61 |
+
validators==0.21.2
|
62 |
+
zipp==3.16.2
|
63 |
+
altair==5.1.1
|
64 |
+
attrs==23.1.0
|
65 |
+
blinker==1.6.2
|
66 |
+
cachetools==5.3.1
|
67 |
+
certifi==2023.7.22
|
68 |
+
charset-normalizer==3.2.0
|
69 |
+
click==8.1.7
|
70 |
+
faiss-cpu==1.7.4
|
71 |
+
filelock==3.12.3
|
72 |
+
fsspec==2023.6.0
|
73 |
+
gitdb==4.0.10
|
74 |
+
GitPython==3.1.33
|
75 |
+
huggingface-hub==0.16.4
|
76 |
+
idna==3.4
|
77 |
+
importlib-metadata==6.8.0
|
78 |
+
Jinja2==3.1.2
|
79 |
+
jsonschema==4.19.0
|
80 |
+
jsonschema-specifications==2023.7.1
|
81 |
+
markdown-it-py==3.0.0
|
82 |
+
MarkupSafe==2.1.3
|
83 |
+
mdurl==0.1.2
|
84 |
+
mpmath==1.3.0
|
85 |
+
networkx==3.1
|
86 |
+
numpy==1.25.2
|
87 |
+
packaging==23.1
|
88 |
+
pandas==2.1.0
|
89 |
+
Pillow==9.5.0
|
90 |
+
protobuf==4.24.2
|
91 |
+
pyarrow==13.0.0
|
92 |
+
pydeck==0.8.0
|
93 |
+
Pygments==2.16.1
|
94 |
+
Pympler==1.0.1
|
95 |
+
python-dateutil==2.8.2
|
96 |
+
pytz==2023.3
|
97 |
+
pytz-deprecation-shim==0.1.0.post0
|
98 |
+
PyYAML==6.0.1
|
99 |
+
referencing==0.30.2
|
100 |
+
regex==2023.8.8
|
101 |
+
requests==2.31.0
|
102 |
+
rich==13.5.2
|
103 |
+
rpds-py==0.10.0
|
104 |
+
safetensors==0.3.3
|
105 |
+
six==1.16.0
|
106 |
+
smmap==5.0.0
|
107 |
+
streamlit==1.26.0
|
108 |
+
sympy==1.12
|
109 |
+
tenacity==8.2.3
|
110 |
+
tokenizers==0.13.3
|
111 |
+
toml==0.10.2
|
112 |
+
toolz==0.12.0
|
113 |
+
torch==2.0.1
|
114 |
+
tornado==6.3.3
|
115 |
+
tqdm==4.66.1
|
116 |
+
transformers==4.32.1
|
117 |
+
typing_extensions==4.7.1
|
118 |
+
tzdata==2023.3
|
119 |
+
tzlocal==4.3.1
|
120 |
+
urllib3==2.0.4
|
121 |
+
validators==0.21.2
|
122 |
+
zipp==3.16.2
|