1 parent 462ab4d commit c43bfedCopy full SHA for c43bfed
1 file changed
setup.py
@@ -7,14 +7,14 @@
7
8
setup(
9
name='Skperopt',
10
- version='0.0.1',
+ version='0.0.2',
11
packages=["skperopt"],
12
url='https://github.com/lewis-morris/Skperopt',
13
license='MIT',
14
author='Lewis',
15
author_email='lewis.morris@gmail.com',
16
description='Hyperopt Wrapper',
17
- instal_requires=requirements,
+ install_requires=requirements,
18
download_url = 'https://github.com/lewis-morris/Skperopt/archive/0.0.1.tar.gz',
19
keywords=['hyperopt-wrapper', 'hyperparameter'],
20
classifiers=[
0 commit comments