Skip to content

Commit

Permalink
build: install_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amcpherson committed Dec 9, 2020
1 parent da00716 commit f430655
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ def find_files(directory, pattern):
'setuptools>=18.0',
'cython',
],
install_requires=[
'numpy',
'scipy',
'pandas',
'tables',
'pypeliner',
'statsmodels',
'scikit-learn',
'pyyaml',
'matplotlib',
'seaborn',
'bokeh',
],
entry_points={'console_scripts': ['remixt = remixt.ui.main:main']},
)

0 comments on commit f430655

Please sign in to comment.