Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
absl-py==2.1.0
|
4 |
aiofiles==23.2.1
|
5 |
aiohappyeyeballs==2.4.3
|
@@ -142,7 +140,7 @@ pycparser==2.22
|
|
142 |
pydantic==2.9.2
|
143 |
pydantic_core==2.23.4
|
144 |
pydub==0.25.1
|
145 |
-
|
146 |
Pygments==2.18.0
|
147 |
pyparsing==3.2.0
|
148 |
python-dateutil==2.9.0.post0
|
@@ -188,12 +186,12 @@ threadpoolctl==3.5.0
|
|
188 |
tinycss2==1.4.0
|
189 |
tomli==2.0.2
|
190 |
tomlkit==0.12.0
|
191 |
-
torch
|
192 |
torch-geometric==2.6.1
|
193 |
-
torch_cluster==1.6.3
|
194 |
-
torch_scatter==2.1.2
|
195 |
-
torch_sparse==0.6.18
|
196 |
-
torch_spline_conv==1.2.2
|
197 |
torchmetrics==1.5.1
|
198 |
torchtyping==0.1.5
|
199 |
tornado==6.4.1
|
|
|
|
|
|
|
1 |
absl-py==2.1.0
|
2 |
aiofiles==23.2.1
|
3 |
aiohappyeyeballs==2.4.3
|
|
|
140 |
pydantic==2.9.2
|
141 |
pydantic_core==2.23.4
|
142 |
pydub==0.25.1
|
143 |
+
pyg-lib==0.4.0+pt24cu121
|
144 |
Pygments==2.18.0
|
145 |
pyparsing==3.2.0
|
146 |
python-dateutil==2.9.0.post0
|
|
|
186 |
tinycss2==1.4.0
|
187 |
tomli==2.0.2
|
188 |
tomlkit==0.12.0
|
189 |
+
torch==2.5.1
|
190 |
torch-geometric==2.6.1
|
191 |
+
torch_cluster==1.6.3+pt24cu124
|
192 |
+
torch_scatter==2.1.2+pt24cu124
|
193 |
+
torch_sparse==0.6.18+pt24cu124
|
194 |
+
torch_spline_conv==1.2.2+pt24cu124
|
195 |
torchmetrics==1.5.1
|
196 |
torchtyping==0.1.5
|
197 |
tornado==6.4.1
|