Skip to content

Commit 62773ce

Browse files
committed
v0.2.1
1 parent 0ea3842 commit 62773ce

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
tensorflow
1+
pandas
2+
scikit-learn
3+
autopep8
4+
tqdm
5+
jinja2>=2.8
26
pyyaml

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='automl_gs',
2525
packages=['automl_gs'], # this must be the same as the name above
26-
version='0.2',
26+
version='0.2.1',
2727
description='Provide an input CSV and a target field to predict, ' \
2828
'generate a model + code to run it.',
2929
long_description=long_description,
@@ -39,5 +39,5 @@
3939
},
4040
python_requires='>=3.5',
4141
include_package_data=True,
42-
install_requires=['pandas', 'scikit-learn', 'autopep8', 'tqdm', 'jinja2>=2.8', 'tensorflow', 'pyyaml']
42+
install_requires=['pandas', 'scikit-learn', 'autopep8', 'tqdm', 'jinja2>=2.8', 'pyyaml']
4343
)

0 commit comments

Comments
 (0)