-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EGMDO generated code to work with SMT > 1.3.0 (#199)
* Upgrade SMT 2.6.2+ : predict_variance_gradient API call * Upgrade Python requirements * Update smt, egobox in requirements.txt * Fix predict_variance_gradient call with smt 2.6.2 * Fix stupid typo
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 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
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,12 +1,12 @@ | ||
numpy | ||
numpy<2.0 | ||
pandas | ||
scipy | ||
cython | ||
scikit-learn | ||
wop | ||
smt~=2.5.0 | ||
smt~=2.6.2 | ||
salib~=1.4.7 | ||
thrift~=0.20.0 | ||
openturns~=1.21.0 | ||
egobox~=0.16.0 | ||
egobox~=0.20.0 | ||
|