Skip to content

Commit

Permalink
Merge pull request #16 from AleksandarPetrov/patch-1
Browse files Browse the repository at this point in the history
Merge setup.py missing requirements
  • Loading branch information
andrewilyas committed Nov 1, 2019
2 parents 1da08f4 + e9a0e4f commit 6156558
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['tqdm', 'grpcio', 'psutil', 'gitpython','py3nvml'],
install_requires=['tqdm', 'grpcio', 'psutil', 'gitpython','py3nvml', 'cox',
'scikit-learn', 'seaborn', 'torch', 'torchvision', 'pandas',
'numpy', 'scipy', 'GPUtil', 'dill', 'tensorboardX', 'tables',
'matplotlib'],
test_suite='nose.collector',
tests_require=['nose'],
)

0 comments on commit 6156558

Please sign in to comment.