Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 76773dd

Browse files
authored
Merge pull request #192 from inferno-pytorch/fix-setup-requirements
fix setup.py requirements
2 parents 546c395 + bcb2b3d commit 76773dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"scipy>=0.13.0",
2424
"h5py",
2525
"numpy>=1.8",
26-
"scikit-image"
26+
"scikit-image",
27+
"torchvision",
28+
"tqdm"
2729
]
2830

2931

0 commit comments

Comments
 (0)