Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,17 +1,19 @@
|
|
|
|
1 |
aiohappyeyeballs==2.4.3
|
2 |
-
aiohttp==3.10.
|
3 |
aiosignal==1.3.1
|
4 |
async-timeout==4.0.3
|
5 |
attrs==24.2.0
|
6 |
certifi==2024.8.30
|
7 |
charset-normalizer==3.4.0
|
8 |
click==8.1.7
|
|
|
9 |
filelock==3.16.1
|
10 |
frozenlist==1.5.0
|
11 |
-
fsspec
|
12 |
huggingface-hub==0.26.1
|
13 |
idna==3.10
|
14 |
-
jinja2==3.1.
|
15 |
joblib==1.4.2
|
16 |
lightning-utilities==0.11.8
|
17 |
markupsafe==3.0.2
|
@@ -31,6 +33,7 @@ safetensors==0.4.5
|
|
31 |
sympy==1.13.1
|
32 |
timm==1.0.11
|
33 |
torchmetrics==1.5.1
|
|
|
34 |
tqdm==4.66.5
|
35 |
typing-extensions==4.12.2
|
36 |
urllib3==2.2.3
|
@@ -39,9 +42,7 @@ opencv-python==4.10.0.84
|
|
39 |
shapely==2.0.6
|
40 |
openai-clip==1.0.1
|
41 |
lmdb==1.5.1
|
42 |
-
torch==2.5.0
|
43 |
-
torchvision==0.20.0
|
44 |
easydict==1.13
|
45 |
scipy==1.13.1
|
46 |
-
|
47 |
-
|
|
|
1 |
+
# Your mandatory dependencies here
|
2 |
aiohappyeyeballs==2.4.3
|
3 |
+
aiohttp==3.10.11
|
4 |
aiosignal==1.3.1
|
5 |
async-timeout==4.0.3
|
6 |
attrs==24.2.0
|
7 |
certifi==2024.8.30
|
8 |
charset-normalizer==3.4.0
|
9 |
click==8.1.7
|
10 |
+
datasets==3.1.0
|
11 |
filelock==3.16.1
|
12 |
frozenlist==1.5.0
|
13 |
+
fsspec==2024.9.0
|
14 |
huggingface-hub==0.26.1
|
15 |
idna==3.10
|
16 |
+
jinja2==3.1.5
|
17 |
joblib==1.4.2
|
18 |
lightning-utilities==0.11.8
|
19 |
markupsafe==3.0.2
|
|
|
33 |
sympy==1.13.1
|
34 |
timm==1.0.11
|
35 |
torchmetrics==1.5.1
|
36 |
+
transformers==4.48.0
|
37 |
tqdm==4.66.5
|
38 |
typing-extensions==4.12.2
|
39 |
urllib3==2.2.3
|
|
|
42 |
shapely==2.0.6
|
43 |
openai-clip==1.0.1
|
44 |
lmdb==1.5.1
|
|
|
|
|
45 |
easydict==1.13
|
46 |
scipy==1.13.1
|
47 |
+
six==1.16.0
|
48 |
+
matplotlib==3.9.0
|