Skip to content

Commit 831e629

Browse files
Update setup.py
1 parent 7dd62bd commit 831e629

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

setup.py

+12-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@
77
install_requires=[
88
'h5py==3.7.0',
99
'numpy==1.23.5',
10-
'scikit-image==0.19.2'
10+
'scikit-image==0.19.2',
11+
'torchvision>=0.8.1',
12+
'torch>=1.8.0',
13+
'runstats>=1.8.0',
14+
'pytorch_lightning>=1.4',
15+
'h5py>=2.10.0',
16+
'PyYAML>=5.3.1',
17+
'torchmetrics>=0.5.1',
18+
'pandas>=1.3.4',
19+
'opencv-python==4.5.5',
20+
'scipy>=1.6.2'
1121
],
1222
python_requires='>=3.9'
13-
)
23+
)

0 commit comments

Comments
 (0)