Skip to content

Commit

Permalink
added install-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius Lukauskas committed Feb 12, 2019
1 parent f30e60e commit a9a9c71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
author_email='[email protected]',
url='',
packages=['rulefit'],
install_requires=['scikit-learn>=0.20.2',
'numpy>=1.16.1',
'pandas>=0.24.1']
)

0 comments on commit a9a9c71

Please sign in to comment.