Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperSnoek committed Apr 1, 2014
1 parent fca5213 commit cb23e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spearmint/spearmint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# TODO: probably best to put all python files except for the top level run
# script into a package (sub-directory), but for now we can do this.
MODULES = ['ExperimentGrid', 'gp', 'helpers', 'Locker', 'runner', 'sobol_lib', 'spearmint_pb2', 'supermint', 'util']
MODULES = ['ExperimentGrid', 'gp', 'helpers', 'Locker', 'runner', 'sobol_lib', 'spearmint_pb2', 'util']

setup(name='spearmint',
description="Practical Bayesian Optimization of Machine Learning Algorithms",
Expand Down

0 comments on commit cb23e89

Please sign in to comment.