Skip to content

Commit c43bfed

Browse files
committed
hyperopt update
1 parent 462ab4d commit c43bfed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
setup(
99
name='Skperopt',
10-
version='0.0.1',
10+
version='0.0.2',
1111
packages=["skperopt"],
1212
url='https://github.com/lewis-morris/Skperopt',
1313
license='MIT',
1414
author='Lewis',
1515
author_email='lewis.morris@gmail.com',
1616
description='Hyperopt Wrapper',
17-
instal_requires=requirements,
17+
install_requires=requirements,
1818
download_url = 'https://github.com/lewis-morris/Skperopt/archive/0.0.1.tar.gz',
1919
keywords=['hyperopt-wrapper', 'hyperparameter'],
2020
classifiers=[

0 commit comments

Comments
 (0)