Skip to content
Snippets Groups Projects
Commit e2ba1fe5 authored by shamith2's avatar shamith2
Browse files

Delete files

parent 395ef88a
No related branches found
No related tags found
No related merge requests found
from setuptools import setup, find_packages
setup(
name='bayesian-optimization',
version='1.1.0',
url='https://github.com/fmfn/BayesianOptimization',
packages=find_packages(),
author='Fernando Nogueira',
author_email="fmfnogueira@gmail.com",
description='Bayesian Optimization package',
long_description='A Python implementation of global optimization with gaussian processes.',
download_url='https://github.com/fmfn/BayesianOptimization/tarball/0.6',
install_requires=[
"numpy >= 1.9.0",
"scipy >= 0.14.0",
"scikit-learn >= 0.18.0",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment