Skip to content

Commit

Permalink
deps: remove unused icecream dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 11, 2024
1 parent 10fd905 commit dea645c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import numpy as np
import tqdm
from icecream import install

from args import parse_args
from simple_einet.data import build_dataloader, get_data_shape
Expand All @@ -14,7 +13,6 @@
from simple_einet.layers.distributions.piecewise_linear import PiecewiseLinear
from simple_einet.utils import preprocess

install()

import torch
from torch.nn import functional as F
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ app = [
"hydra_colorlog~=1.2.0",
"wandb~=0.15.0",
"rich~=13.0",
"icecream~=2.0",
"hydra-core~=1.3.0"
]

Expand Down

0 comments on commit dea645c

Please sign in to comment.