Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +37 -0
requirements.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
contourpy==1.2.0
|
2 |
+
flask==3.0.0
|
3 |
+
fonttools==4.47.2
|
4 |
+
fsspec==2023.12.2
|
5 |
+
geographiclib==1.52
|
6 |
+
geopy==2.2.0
|
7 |
+
gunicorn==19.9.0
|
8 |
+
huggingface-hub==0.20.2
|
9 |
+
importlib-metadata==7.0.1
|
10 |
+
importlib-resources==6.1.1
|
11 |
+
matplotlib==3.8.2
|
12 |
+
mbstrdecoder==1.1.0
|
13 |
+
mpmath==1.3.0
|
14 |
+
networkx==3.2.1
|
15 |
+
numpy==1.26.3
|
16 |
+
opencv-python==4.9.0.80
|
17 |
+
packaging==21.3
|
18 |
+
pandas==2.2.0
|
19 |
+
pillow==10.2.0
|
20 |
+
plotly==5.18.0
|
21 |
+
pycosat==0.6.3
|
22 |
+
pyparsing==3.0.7
|
23 |
+
python-dateutil==2.8.2
|
24 |
+
pytz==2022.1
|
25 |
+
PyYAML==6.0.1
|
26 |
+
regex==2023.12.25
|
27 |
+
safetensors==0.4.1
|
28 |
+
sympy==1.12
|
29 |
+
tenacity==8.2.3
|
30 |
+
tokenizers==0.15.0
|
31 |
+
torch==2.1.2
|
32 |
+
transformers==4.36.2
|
33 |
+
typepy==1.3.0
|
34 |
+
typing-extensions==4.9.0
|
35 |
+
tzdata==2023.4
|
36 |
+
werkzeug==3.0.1
|
37 |
+
zipp==3.17.0
|