Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
@@ -1,14 +1,27 @@
|
|
1 |
beautifulsoup4==4.13.3
|
2 |
certifi==2025.1.31
|
3 |
charset-normalizer==3.4.1
|
|
|
|
|
4 |
idna==3.10
|
|
|
|
|
|
|
|
|
5 |
numpy==2.2.4
|
6 |
opencv-python==4.11.0.86
|
|
|
7 |
pip==25.0.1
|
8 |
requests==2.32.3
|
9 |
setuptools==78.1.0
|
10 |
soupsieve==2.6
|
|
|
|
|
|
|
11 |
typing_extensions==4.13.1
|
12 |
urllib3==2.3.0
|
13 |
wheel==0.45.1
|
14 |
wikipedia==1.4.0
|
|
|
|
|
|
|
|
1 |
beautifulsoup4==4.13.3
|
2 |
certifi==2025.1.31
|
3 |
charset-normalizer==3.4.1
|
4 |
+
filelock==3.18.0
|
5 |
+
fsspec==2025.3.2
|
6 |
idna==3.10
|
7 |
+
Jinja2==3.1.6
|
8 |
+
MarkupSafe==3.0.2
|
9 |
+
mpmath==1.3.0
|
10 |
+
networkx==3.4.2
|
11 |
numpy==2.2.4
|
12 |
opencv-python==4.11.0.86
|
13 |
+
pillow==11.1.0
|
14 |
pip==25.0.1
|
15 |
requests==2.32.3
|
16 |
setuptools==78.1.0
|
17 |
soupsieve==2.6
|
18 |
+
sympy==1.13.1
|
19 |
+
torch==2.6.0
|
20 |
+
torchvision==0.21.0
|
21 |
typing_extensions==4.13.1
|
22 |
urllib3==2.3.0
|
23 |
wheel==0.45.1
|
24 |
wikipedia==1.4.0
|
25 |
+
ultralytics==8.3.102
|
26 |
+
diffusers==0.32.2
|
27 |
+
transformers==4.50.3
|