Skip to content

Commit

Permalink
Merge pull request #412 from Pale-Blue-Dot-97/dependabot/pip/requirem…
Browse files Browse the repository at this point in the history
…ents/torchvision-0.16.2

Bump torchvision from 0.16.1 to 0.16.2 in /requirements
  • Loading branch information
Pale-Blue-Dot-97 authored Jan 18, 2024
2 parents 703861a + 2237019 commit e21c5c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion minerva/utils/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
import torch
import torch.distributed as dist
import torch.multiprocessing as mp
import wandb
from wandb.sdk.lib import RunDisabled
from wandb.sdk.wandb_run import Run

import wandb
from minerva.utils import CONFIG, MASTER_PARSER, utils

# =====================================================================================================================
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ starlette==0.35.1 # not directly required, pinned by Dependabot to avoid a vulne
tabulate==0.9.0
tensorflow==2.15.0
timm==0.9.2
torch==2.1.1
torch==2.1.2
torchgeo==0.5.1
torchinfo==1.8.0
torchvision==0.16.1
torchvision==0.16.2
tornado>=6.3.3
tqdm==4.66.1
types-PyYAML==6.0.12.12
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ starlette>=0.25.0 # not directly required, pinned by Dependabot to avoid a vulne
tabulate==0.9.0
tensorflow==2.15.0
timm==0.9.2
torch==2.1.1
torch==2.1.2
torchgeo==0.5.1
torchinfo==1.8.0
torchvision==0.16.1
torchvision==0.16.2
tornado>=6.3.3
tox==4.12.0
tqdm==4.66.1
Expand Down

0 comments on commit e21c5c2

Please sign in to comment.