Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +43 -0
requirements.txt
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
blinker==1.7.0
|
2 |
+
certifi==2024.2.2
|
3 |
+
charset-normalizer==3.3.2
|
4 |
+
click==8.1.7
|
5 |
+
contourpy==1.2.0
|
6 |
+
cycler==0.12.1
|
7 |
+
filelock==3.13.3
|
8 |
+
Flask==3.0.2
|
9 |
+
fonttools==4.50.0
|
10 |
+
fsspec==2024.3.1
|
11 |
+
gevent==24.2.1
|
12 |
+
greenlet==3.0.3
|
13 |
+
gunicorn==21.2.0
|
14 |
+
huggingface-hub==0.22.2
|
15 |
+
idna==3.6
|
16 |
+
itsdangerous==2.1.2
|
17 |
+
Jinja2==3.1.3
|
18 |
+
kiwisolver==1.4.5
|
19 |
+
MarkupSafe==2.1.5
|
20 |
+
matplotlib==3.8.3
|
21 |
+
mpmath==1.3.0
|
22 |
+
networkx==3.2.1
|
23 |
+
numpy==1.26.4
|
24 |
+
opencv-python==4.9.0.80
|
25 |
+
packaging==24.0
|
26 |
+
pillow==10.2.0
|
27 |
+
pyparsing==3.1.2
|
28 |
+
python-dateutil==2.9.0.post0
|
29 |
+
PyYAML==6.0.1
|
30 |
+
regex==2023.12.25
|
31 |
+
requests==2.31.0
|
32 |
+
safetensors==0.4.2
|
33 |
+
six==1.16.0
|
34 |
+
sympy==1.12
|
35 |
+
tokenizers==0.15.2
|
36 |
+
torch==2.2.2
|
37 |
+
tqdm==4.66.2
|
38 |
+
transformers==4.39.2
|
39 |
+
typing_extensions==4.10.0
|
40 |
+
urllib3==2.2.1
|
41 |
+
Werkzeug==3.0.1
|
42 |
+
zope.event==5.0
|
43 |
+
zope.interface==6.2
|