Skip to content

Commit

Permalink
adds new dependencies, and bumps version to 1.3 for pandas refactor a…
Browse files Browse the repository at this point in the history
…nd parallelization
  • Loading branch information
ClimbsRocks committed Oct 11, 2016
1 parent a730cbb commit b6b4263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ scikit-learn
scipy
python-dateutil
pandas
pathos
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.1',
version='1.3',

description='Automated machine learning for production and analytics',
long_description=long_description,
Expand Down Expand Up @@ -83,7 +83,7 @@
# 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=['scikit-learn', 'xgboost', 'scipy'],
install_requires=['scikit-learn', 'xgboost', 'scipy', 'pandas', 'pathos', 'python-dateutil'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit b6b4263

Please sign in to comment.