Skip to content

Commit e21c5c2

Browse files
Merge pull request #412 from Pale-Blue-Dot-97/dependabot/pip/requirements/torchvision-0.16.2
Bump torchvision from 0.16.1 to 0.16.2 in /requirements
2 parents 703861a + 2237019 commit e21c5c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

minerva/utils/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
import torch
6262
import torch.distributed as dist
6363
import torch.multiprocessing as mp
64+
import wandb
6465
from wandb.sdk.lib import RunDisabled
6566
from wandb.sdk.wandb_run import Run
6667

67-
import wandb
6868
from minerva.utils import CONFIG, MASTER_PARSER, utils
6969

7070
# =====================================================================================================================

requirements/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ starlette==0.35.1 # not directly required, pinned by Dependabot to avoid a vulne
3030
tabulate==0.9.0
3131
tensorflow==2.15.0
3232
timm==0.9.2
33-
torch==2.1.1
33+
torch==2.1.2
3434
torchgeo==0.5.1
3535
torchinfo==1.8.0
36-
torchvision==0.16.1
36+
torchvision==0.16.2
3737
tornado>=6.3.3
3838
tqdm==4.66.1
3939
types-PyYAML==6.0.12.12

requirements/requirements_dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ starlette>=0.25.0 # not directly required, pinned by Dependabot to avoid a vulne
4242
tabulate==0.9.0
4343
tensorflow==2.15.0
4444
timm==0.9.2
45-
torch==2.1.1
45+
torch==2.1.2
4646
torchgeo==0.5.1
4747
torchinfo==1.8.0
48-
torchvision==0.16.1
48+
torchvision==0.16.2
4949
tornado>=6.3.3
5050
tox==4.12.0
5151
tqdm==4.66.1

0 commit comments

Comments
 (0)