Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -134,7 +134,7 @@ pyparsing==3.2.0
|
|
134 |
pyquaternion==0.9.9
|
135 |
python-dateutil==2.9.0.post0
|
136 |
python-multipart==0.0.12
|
137 |
-
pytorch-lightning==2.5.
|
138 |
pytz==2024.2
|
139 |
PyWavelets==1.7.0
|
140 |
PyYAML==6.0.2
|
@@ -174,9 +174,10 @@ tifffile==2024.9.20
|
|
174 |
timm==0.4.12
|
175 |
tokenizers==0.12.1
|
176 |
tomlkit==0.12.0
|
177 |
-
torch==2.5.
|
|
|
178 |
torchmetrics==1.6.1
|
179 |
-
torchvision==0.20.
|
180 |
tornado==6.4.1
|
181 |
tqdm==4.66.5
|
182 |
traitlets==5.14.3
|
|
|
134 |
pyquaternion==0.9.9
|
135 |
python-dateutil==2.9.0.post0
|
136 |
python-multipart==0.0.12
|
137 |
+
pytorch-lightning==2.5.1
|
138 |
pytz==2024.2
|
139 |
PyWavelets==1.7.0
|
140 |
PyYAML==6.0.2
|
|
|
174 |
timm==0.4.12
|
175 |
tokenizers==0.12.1
|
176 |
tomlkit==0.12.0
|
177 |
+
torch==2.5.1
|
178 |
+
torchaudio==2.5.1
|
179 |
torchmetrics==1.6.1
|
180 |
+
torchvision==0.20.1
|
181 |
tornado==6.4.1
|
182 |
tqdm==4.66.5
|
183 |
traitlets==5.14.3
|