Skip to content

Commit

Permalink
Add package requirements for datacleaner setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiever committed Mar 2, 2016
1 parent 1bcc4d7 commit db42c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datacleaner/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '0.1.1'
__version__ = '0.1.2'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def calculate_version():
This project is hosted at https://github.com/rhiever/datacleaner
''',
zip_safe=True,
install_requires=['pandas', 'scikit-learn'],
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
Expand Down

0 comments on commit db42c5e

Please sign in to comment.