We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a077b27 commit bd45e7fCopy full SHA for bd45e7f
setup.py
@@ -7,6 +7,7 @@
7
packages=find_packages(),
8
author='Fernando Nogueira',
9
description='Bayesian Optimization package',
10
+ download_url = 'https://github.com/fmfn/BayesianOptimization/tarball/0.4',
11
install_requires=[
12
"numpy >= 1.9.0",
13
"scipy >= 0.14.0",
0 commit comments