Spaces:
Runtime error
Runtime error
sradc
commited on
Commit
•
b80facd
1
Parent(s):
9f1da5c
updated requirements.txt
Browse files- Makefile +3 -0
- requirements.txt +82 -188
Makefile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
requirements:
|
3 |
+
poetry export --without-hashes --format=requirements.txt > requirements.txt
|
requirements.txt
CHANGED
@@ -1,188 +1,82 @@
|
|
1 |
-
altair==4.2.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
mdurl==0.1.2
|
84 |
-
mistune==2.0.5
|
85 |
-
more-itertools==9.1.0
|
86 |
-
mpmath==1.3.0
|
87 |
-
msgpack==1.0.5
|
88 |
-
mutagen==1.46.0
|
89 |
-
mypy-extensions==1.0.0
|
90 |
-
nbclassic==1.0.0
|
91 |
-
nbclient==0.7.4
|
92 |
-
nbconvert==7.4.0
|
93 |
-
nbformat==5.8.0
|
94 |
-
nest-asyncio==1.5.6
|
95 |
-
networkx==3.1
|
96 |
-
notebook==6.5.4
|
97 |
-
notebook_shim==0.2.3
|
98 |
-
numpy==1.24.3
|
99 |
-
opencv-python==4.7.0.72
|
100 |
-
packaging==23.1
|
101 |
-
pandas==1.5.3
|
102 |
-
pandocfilters==1.5.0
|
103 |
-
parso==0.8.3
|
104 |
-
pathspec==0.11.1
|
105 |
-
pexpect==4.8.0
|
106 |
-
pickleshare==0.7.5
|
107 |
-
Pillow==9.5.0
|
108 |
-
pip==23.1.2
|
109 |
-
pkginfo==1.9.6
|
110 |
-
pkgutil_resolve_name==1.3.10
|
111 |
-
platformdirs==3.5.1
|
112 |
-
pluggy==1.0.0
|
113 |
-
poetry==1.5.0
|
114 |
-
poetry-core==1.6.0
|
115 |
-
poetry-plugin-export==1.3.1
|
116 |
-
prometheus-client==0.16.0
|
117 |
-
prompt-toolkit==3.0.38
|
118 |
-
protobuf==3.20.3
|
119 |
-
psutil==5.9.5
|
120 |
-
ptyprocess==0.7.0
|
121 |
-
pure-eval==0.2.2
|
122 |
-
pyarrow==12.0.0
|
123 |
-
pycparser==2.21
|
124 |
-
pycryptodomex==3.18.0
|
125 |
-
pydeck==0.8.0
|
126 |
-
Pygments==2.15.1
|
127 |
-
Pympler==1.0.1
|
128 |
-
pyOpenSSL==23.1.1
|
129 |
-
pyproject_hooks==1.0.0
|
130 |
-
pyrsistent==0.19.3
|
131 |
-
PySocks==1.7.1
|
132 |
-
pytest==7.3.1
|
133 |
-
python-dateutil==2.8.2
|
134 |
-
python-json-logger==2.0.7
|
135 |
-
pytz==2023.3
|
136 |
-
PyYAML==6.0
|
137 |
-
pyzmq==25.0.2
|
138 |
-
rapidfuzz==2.15.1
|
139 |
-
regex==2023.5.5
|
140 |
-
requests==2.30.0
|
141 |
-
requests-toolbelt==1.0.0
|
142 |
-
rfc3339-validator==0.1.4
|
143 |
-
rfc3986-validator==0.1.1
|
144 |
-
rich==13.3.5
|
145 |
-
semver==3.0.0
|
146 |
-
Send2Trash==1.8.2
|
147 |
-
setuptools==67.8.0
|
148 |
-
shellingham==1.5.1
|
149 |
-
six==1.16.0
|
150 |
-
smmap==5.0.0
|
151 |
-
sniffio==1.3.0
|
152 |
-
soupsieve==2.4.1
|
153 |
-
stack-data==0.6.2
|
154 |
-
streamlit==1.21.0
|
155 |
-
sympy==1.12
|
156 |
-
tenacity==8.2.2
|
157 |
-
terminado==0.17.1
|
158 |
-
tinycss2==1.2.1
|
159 |
-
tokenize-rt==5.0.0
|
160 |
-
tokenizers==0.13.3
|
161 |
-
toml==0.10.2
|
162 |
-
tomli==2.0.1
|
163 |
-
tomlkit==0.11.8
|
164 |
-
toolz==0.12.0
|
165 |
-
torch==2.0.1
|
166 |
-
torchvision==0.15.2
|
167 |
-
tornado==6.3.2
|
168 |
-
tqdm==4.65.0
|
169 |
-
traitlets==5.9.0
|
170 |
-
transformers==4.29.2
|
171 |
-
trove-classifiers==2023.5.2
|
172 |
-
typing_extensions==4.5.0
|
173 |
-
tzdata==2023.3
|
174 |
-
tzlocal==5.0.1
|
175 |
-
uri-template==1.2.0
|
176 |
-
urllib3==1.26.15
|
177 |
-
validators==0.20.0
|
178 |
-
virtualenv==20.23.0
|
179 |
-
wcwidth==0.2.6
|
180 |
-
webcolors==1.13
|
181 |
-
webencodings==0.5.1
|
182 |
-
websocket-client==1.5.2
|
183 |
-
websockets==11.0.3
|
184 |
-
wheel==0.40.0
|
185 |
-
xattr==0.10.1
|
186 |
-
youtube-dl==2021.12.17
|
187 |
-
yt-dlp==2023.3.4
|
188 |
-
zipp==3.15.0
|
|
|
1 |
+
altair==4.2.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
2 |
+
attrs==23.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
3 |
+
blinker==1.7.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
4 |
+
brotli==1.1.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation == "CPython"
|
5 |
+
brotlicffi==1.1.0.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation != "CPython"
|
6 |
+
cachetools==5.3.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
7 |
+
certifi==2024.2.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
8 |
+
cffi==1.16.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation != "CPython"
|
9 |
+
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
10 |
+
click==8.1.7 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
11 |
+
colorama==0.4.6 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_system == "Windows"
|
12 |
+
contourpy==1.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
13 |
+
cycler==0.12.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
14 |
+
dill==0.3.8 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
15 |
+
entrypoints==0.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
16 |
+
faiss-cpu==1.7.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
17 |
+
filelock==3.13.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
18 |
+
fonttools==4.49.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
19 |
+
fsspec==2024.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
20 |
+
gitdb==4.0.11 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
21 |
+
gitpython==3.1.42 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
22 |
+
huggingface-hub==0.21.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
23 |
+
idna==3.6 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
24 |
+
importlib-metadata==7.0.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
25 |
+
importlib-resources==6.1.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
26 |
+
jinja2==3.1.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
27 |
+
jsonschema-specifications==2023.12.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
28 |
+
jsonschema==4.21.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
29 |
+
kiwisolver==1.4.5 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
30 |
+
markdown-it-py==3.0.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
31 |
+
markupsafe==2.1.5 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
32 |
+
matplotlib==3.8.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
33 |
+
mdurl==0.1.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
34 |
+
mpmath==1.3.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
35 |
+
mutagen==1.47.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
36 |
+
networkx==3.2.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
37 |
+
numpy==1.26.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
38 |
+
opencv-python==4.9.0.80 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
39 |
+
packaging==23.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
40 |
+
pandarallel==1.6.5 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
41 |
+
pandas==1.5.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
42 |
+
pillow==10.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
43 |
+
protobuf==3.20.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
44 |
+
psutil==5.9.8 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
45 |
+
pyarrow==12.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
46 |
+
pycparser==2.21 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation != "CPython"
|
47 |
+
pycryptodomex==3.20.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
48 |
+
pydeck==0.8.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
49 |
+
pygments==2.17.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
50 |
+
pympler==1.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
51 |
+
pyparsing==3.1.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
52 |
+
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
53 |
+
pytz==2024.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
54 |
+
pyyaml==6.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
55 |
+
referencing==0.33.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
56 |
+
regex==2023.12.25 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
57 |
+
requests==2.31.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
58 |
+
rich==13.7.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
59 |
+
rpds-py==0.18.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
60 |
+
safetensors==0.4.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
61 |
+
six==1.16.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
62 |
+
smmap==5.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
63 |
+
streamlit==1.21.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
64 |
+
sympy==1.12 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
65 |
+
tokenizers==0.15.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
66 |
+
toml==0.10.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
67 |
+
toolz==0.12.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
68 |
+
torch==2.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
69 |
+
torchvision==0.15.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
70 |
+
tornado==6.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
71 |
+
tqdm==4.66.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
72 |
+
transformers==4.38.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
73 |
+
typing-extensions==4.10.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
74 |
+
tzdata==2024.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_system == "Windows"
|
75 |
+
tzlocal==5.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
76 |
+
urllib3==1.26.15 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
77 |
+
validators==0.22.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
78 |
+
watchdog==4.0.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_system != "Darwin"
|
79 |
+
websockets==12.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
80 |
+
youtube-dl==2021.12.17 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
81 |
+
yt-dlp==2023.10.13 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
82 |
+
zipp==3.17.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|