-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix FLAML installation problems, support version >=2 (#626)
FLAML was fixed to <2, and would install an incompatible xgboost version. This patch makes it so that newer versions of FLAML can be installed. Additionally, when installing an older version a compatible version of xgboost is installed. Finally, it adds a definition of flaml:latest in line with the other framework definitions.
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pandas<3 |
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 |
---|---|---|
|
@@ -37,6 +37,9 @@ autosklearn2: | |
AutoWEKA: | ||
version: 'latest' | ||
|
||
flaml: | ||
version: 'latest' | ||
|
||
GAMA: | ||
version: 'latest' | ||
|
||
|