forked from clovaai/EXTD_Pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.py
15 lines (14 loc) · 765 Bytes
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#nsml: anibali/pytorch:cuda-9.0
# Setup file for pytorch 4.*
from distutils.core import setup
setup(name='', version='0.1', install_requires=['numpy',
'pillow',
'torchvision',
'tensorboard',
'matplotlib',
'tensorboard-logger',
'tqdm',
'sklearn',
'tensorflow',
'easydict',
'cython'])