-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tests for design_space, run notebook for next week smt2 paper …
…release and update setup.py
- Loading branch information
1 parent
d47f6f3
commit c6d3b0b
Showing
3 changed files
with
132 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
""" | ||
Author: Dr. John T. Hwang <[email protected]> | ||
Dr. Mohamed A. Bouhlel <[email protected]> | ||
Author: John T. Hwang <[email protected]> | ||
Mohamed A. Bouhlel <[email protected]> | ||
Remi Lafage <[email protected]> | ||
Lucas Alber <[email protected]> | ||
Paul Saves <[email protected]> | ||
This package is distributed under New BSD license. | ||
""" | ||
from setuptools import setup, Extension | ||
|
@@ -90,8 +91,8 @@ | |
version=__version__, | ||
description="The Surrogate Modeling Toolbox (SMT)", | ||
long_description=LONG_DESCRIPTION, | ||
author="Mohamed Amine Bouhlel et al.", | ||
author_email="[email protected]", | ||
author="Remi Lafage et al.", | ||
author_email="[email protected]", | ||
license="BSD-3", | ||
classifiers=[_f for _f in CLASSIFIERS.split("\n") if _f], | ||
packages=[ | ||
|
@@ -116,7 +117,7 @@ | |
"ConfigSpace~=0.6.1", | ||
], | ||
}, | ||
python_requires=">=3.7", | ||
python_requires=">=3.8", | ||
zip_safe=False, | ||
ext_modules=ext, | ||
url="https://github.com/SMTorg/smt", # use the URL to the github repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters