Added h5py to setup.py since it was missing.

This commit is contained in:
Debadeepta Dey 2020-05-23 20:06:06 -07:00 коммит произвёл Gustavo Rosa
Родитель 405bb9236b
Коммит 32165cd121
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ install_requires=[
'hyperopt', # @ git+https://github.com/hyperopt/hyperopt.git
'tensorwatch>=0.9.1', 'tensorboard',
'pretrainedmodels', 'tqdm', 'sklearn', 'matplotlib', 'psutil',
'requests', 'seaborn',
'requests', 'seaborn', 'h5py',
'gorilla', 'pyyaml', 'overrides', 'runstats', 'psutil', 'statopt'
]