Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +105 -105
requirements.txt
CHANGED
@@ -1,105 +1,105 @@
|
|
1 |
-
aiohttp==3.9.5
|
2 |
-
aiosignal==1.3.1
|
3 |
-
annotated-types==0.7.0
|
4 |
-
anyio==4.4.0
|
5 |
-
asttokens==2.4.1
|
6 |
-
attrs==23.2.0
|
7 |
-
certifi==2024.2.2
|
8 |
-
charset-normalizer==3.3.2
|
9 |
-
click==8.1.7
|
10 |
-
colorama==0.4.6
|
11 |
-
comm==0.2.2
|
12 |
-
contourpy==1.2.1
|
13 |
-
cycler==0.12.1
|
14 |
-
datasets==2.19.1
|
15 |
-
debugpy==1.8.1
|
16 |
-
decorator==5.1.1
|
17 |
-
dill==0.3.8
|
18 |
-
dnspython==2.6.1
|
19 |
-
email_validator==2.1.1
|
20 |
-
executing==2.0.1
|
21 |
-
fastapi==0.111.0
|
22 |
-
fastapi-cli==0.0.4
|
23 |
-
filelock==3.14.0
|
24 |
-
fonttools==4.52.1
|
25 |
-
frozenlist==1.4.1
|
26 |
-
fsspec==2024.3.1
|
27 |
-
gradio_client==0.17.0
|
28 |
-
h11==0.14.0
|
29 |
-
httpcore==1.0.5
|
30 |
-
httptools==0.6.1
|
31 |
-
httpx==0.27.0
|
32 |
-
huggingface-hub==0.23.1
|
33 |
-
idna==3.7
|
34 |
-
intel-openmp==2021.4.0
|
35 |
-
ipykernel==6.29.4
|
36 |
-
ipython==8.24.0
|
37 |
-
jedi==0.19.1
|
38 |
-
Jinja2==3.1.4
|
39 |
-
jupyter_client==8.6.2
|
40 |
-
jupyter_core==5.7.2
|
41 |
-
kiwisolver==1.4.5
|
42 |
-
markdown-it-py==3.0.0
|
43 |
-
MarkupSafe==2.1.5
|
44 |
-
matplotlib==3.9.0
|
45 |
-
matplotlib-inline==0.1.7
|
46 |
-
mdurl==0.1.2
|
47 |
-
mkl==2021.4.0
|
48 |
-
mpmath==1.3.0
|
49 |
-
multidict==6.0.5
|
50 |
-
multiprocess==0.70.16
|
51 |
-
nest-asyncio==1.6.0
|
52 |
-
networkx==3.3
|
53 |
-
numpy==1.26.4
|
54 |
-
opencv-python-headless==4.9.0.80
|
55 |
-
orjson==3.10.3
|
56 |
-
packaging==24.0
|
57 |
-
pandas==2.2.2
|
58 |
-
parso==0.8.4
|
59 |
-
pillow==10.3.0
|
60 |
-
platformdirs==4.2.2
|
61 |
-
prompt-toolkit==3.0.43
|
62 |
-
psutil==5.9.8
|
63 |
-
pure-eval==0.2.2
|
64 |
-
pyarrow==16.1.0
|
65 |
-
pyarrow-hotfix==0.6
|
66 |
-
pydantic==2.7.1
|
67 |
-
pydantic_core==2.18.2
|
68 |
-
Pygments==2.18.0
|
69 |
-
pyparsing==3.1.2
|
70 |
-
python-dateutil==2.9.0.post0
|
71 |
-
python-dotenv==1.0.1
|
72 |
-
python-multipart==0.0.9
|
73 |
-
# pytz==2024.1
|
74 |
-
# pywin32==306
|
75 |
-
PyYAML==6.0.1
|
76 |
-
pyzmq==26.0.3
|
77 |
-
regex==2024.5.15
|
78 |
-
requests==2.32.2
|
79 |
-
rich==13.7.1
|
80 |
-
safetensors==0.4.3
|
81 |
-
shellingham==1.5.4
|
82 |
-
six==1.16.0
|
83 |
-
sniffio==1.3.1
|
84 |
-
stack-data==0.6.3
|
85 |
-
starlette==0.37.2
|
86 |
-
sympy==1.12
|
87 |
-
tbb==2021.12.0
|
88 |
-
tokenizers==0.19.1
|
89 |
-
torch==2.3.0
|
90 |
-
torchvision==0.18.0
|
91 |
-
tornado==6.4
|
92 |
-
tqdm==4.66.4
|
93 |
-
traitlets==5.14.3
|
94 |
-
transformers==4.41.1
|
95 |
-
typer==0.12.3
|
96 |
-
typing_extensions==4.12.0
|
97 |
-
tzdata==2024.1
|
98 |
-
ujson==5.10.0
|
99 |
-
urllib3==2.2.1
|
100 |
-
uvicorn==0.29.0
|
101 |
-
watchfiles==0.21.0
|
102 |
-
# wcwidth==0.2.13
|
103 |
-
# websockets==12.0
|
104 |
-
xxhash==3.4.1
|
105 |
-
yarl==1.9.4
|
|
|
1 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
annotated-types==0.7.0
|
4 |
+
anyio==4.4.0
|
5 |
+
asttokens==2.4.1
|
6 |
+
attrs==23.2.0
|
7 |
+
certifi==2024.2.2
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
colorama==0.4.6
|
11 |
+
comm==0.2.2
|
12 |
+
contourpy==1.2.1
|
13 |
+
cycler==0.12.1
|
14 |
+
datasets==2.19.1
|
15 |
+
debugpy==1.8.1
|
16 |
+
decorator==5.1.1
|
17 |
+
dill==0.3.8
|
18 |
+
dnspython==2.6.1
|
19 |
+
email_validator==2.1.1
|
20 |
+
executing==2.0.1
|
21 |
+
fastapi==0.111.0
|
22 |
+
fastapi-cli==0.0.4
|
23 |
+
filelock==3.14.0
|
24 |
+
fonttools==4.52.1
|
25 |
+
frozenlist==1.4.1
|
26 |
+
fsspec==2024.3.1
|
27 |
+
gradio_client==0.17.0
|
28 |
+
h11==0.14.0
|
29 |
+
httpcore==1.0.5
|
30 |
+
httptools==0.6.1
|
31 |
+
httpx==0.27.0
|
32 |
+
huggingface-hub==0.23.1
|
33 |
+
idna==3.7
|
34 |
+
intel-openmp==2021.4.0
|
35 |
+
ipykernel==6.29.4
|
36 |
+
# ipython==8.24.0
|
37 |
+
jedi==0.19.1
|
38 |
+
Jinja2==3.1.4
|
39 |
+
jupyter_client==8.6.2
|
40 |
+
jupyter_core==5.7.2
|
41 |
+
kiwisolver==1.4.5
|
42 |
+
markdown-it-py==3.0.0
|
43 |
+
MarkupSafe==2.1.5
|
44 |
+
matplotlib==3.9.0
|
45 |
+
matplotlib-inline==0.1.7
|
46 |
+
mdurl==0.1.2
|
47 |
+
mkl==2021.4.0
|
48 |
+
mpmath==1.3.0
|
49 |
+
multidict==6.0.5
|
50 |
+
multiprocess==0.70.16
|
51 |
+
nest-asyncio==1.6.0
|
52 |
+
networkx==3.3
|
53 |
+
numpy==1.26.4
|
54 |
+
opencv-python-headless==4.9.0.80
|
55 |
+
orjson==3.10.3
|
56 |
+
packaging==24.0
|
57 |
+
pandas==2.2.2
|
58 |
+
parso==0.8.4
|
59 |
+
pillow==10.3.0
|
60 |
+
platformdirs==4.2.2
|
61 |
+
prompt-toolkit==3.0.43
|
62 |
+
psutil==5.9.8
|
63 |
+
pure-eval==0.2.2
|
64 |
+
pyarrow==16.1.0
|
65 |
+
pyarrow-hotfix==0.6
|
66 |
+
pydantic==2.7.1
|
67 |
+
pydantic_core==2.18.2
|
68 |
+
Pygments==2.18.0
|
69 |
+
pyparsing==3.1.2
|
70 |
+
python-dateutil==2.9.0.post0
|
71 |
+
python-dotenv==1.0.1
|
72 |
+
python-multipart==0.0.9
|
73 |
+
# pytz==2024.1
|
74 |
+
# pywin32==306
|
75 |
+
PyYAML==6.0.1
|
76 |
+
pyzmq==26.0.3
|
77 |
+
regex==2024.5.15
|
78 |
+
requests==2.32.2
|
79 |
+
rich==13.7.1
|
80 |
+
safetensors==0.4.3
|
81 |
+
shellingham==1.5.4
|
82 |
+
six==1.16.0
|
83 |
+
sniffio==1.3.1
|
84 |
+
stack-data==0.6.3
|
85 |
+
starlette==0.37.2
|
86 |
+
sympy==1.12
|
87 |
+
tbb==2021.12.0
|
88 |
+
tokenizers==0.19.1
|
89 |
+
torch==2.3.0
|
90 |
+
torchvision==0.18.0
|
91 |
+
tornado==6.4
|
92 |
+
tqdm==4.66.4
|
93 |
+
traitlets==5.14.3
|
94 |
+
transformers==4.41.1
|
95 |
+
typer==0.12.3
|
96 |
+
typing_extensions==4.12.0
|
97 |
+
tzdata==2024.1
|
98 |
+
ujson==5.10.0
|
99 |
+
urllib3==2.2.1
|
100 |
+
uvicorn==0.29.0
|
101 |
+
watchfiles==0.21.0
|
102 |
+
# wcwidth==0.2.13
|
103 |
+
# websockets==12.0
|
104 |
+
xxhash==3.4.1
|
105 |
+
yarl==1.9.4
|