Skip to content

Commit 6f34c3a

Browse files
committed
test_fixes
1 parent 56885b4 commit 6f34c3a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packaging/pytorch3d/meta.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ test:
5151
- imageio
5252
- hydra-core
5353
- accelerate
54+
- matplotlib
55+
- tabulate
56+
- pandas
57+
- sqlalchemy
5458
commands:
5559
#pytest .
5660
python -m unittest discover -v -s tests -t .

pytorch3d/implicitron/third_party/pytorch_prototyping.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'''
88
import torch
99
import torch.nn as nn
10+
import torchvision
1011
import torchvision.utils
1112
from torch.nn import functional as F
1213

0 commit comments

Comments
 (0)