Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Apr 23, 2019
1 parent eace480 commit 01d3593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='mljar-supervised',
version='0.1.3',
version='0.1.4',
description='Automated Machine Learning for Supervised tasks',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -21,7 +21,7 @@
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=["numpy>=1.15.4", "pandas>=0.23.4", "scipy>=1.1.0", "scikit-learn>=0.20.0",
"xgboost==0.80", "lightgbm==2.2.3", "catboost==0.13.1",
"h5py>=2.9.0", "tensorflow==1.13.1", "Keras==2.2.4"],
"h5py>=2.9.0", "tensorflow==1.13.1", "Keras==2.2.4", "tqdm==4.31.1"],
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.6'
Expand Down

0 comments on commit 01d3593

Please sign in to comment.