Skip to content

Commit

Permalink
fix installation: add extensions package (#117)
Browse files Browse the repository at this point in the history
* add extensions as packages

* bump 0.2.2
  • Loading branch information
relf authored Nov 3, 2018
1 parent a5129c0 commit 912b788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

metadata = dict(
name='smt',
version='0.2.1',
version='0.2.2',
description='The Surrogate Modeling Toolbox (SMT)',
long_description=LONG_DESCRIPTION,
author='Mohamed Amine Bouhlel et al.',
Expand All @@ -100,6 +100,7 @@
'smt/problems',
'smt/sampling_methods',
'smt/utils',
'smt/extensions'
],
install_requires=[
'scikit-learn>=0.19.0,<0.20.0',
Expand Down

0 comments on commit 912b788

Please sign in to comment.