Skip to content

Commit

Permalink
FIX-modin-project#5174: Pin xgboost < 1.7. (modin-project#5175)
Browse files Browse the repository at this point in the history
Signed-off-by: mvashishtha <[email protected]>
  • Loading branch information
mvashishtha authored Nov 1, 2022
1 parent 6f0ff79 commit a93399c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ dependencies:
- pandas-stubs
- fastparquet
- pip:
- xgboost>=1.6.0
# TODO(https://github.com/modin-project/modin/issues/5171): uncap xgboost
# when we can run tests on 1.7.0 without getting stuck.
- xgboost>=1.6.0,<1.7.0
# Fixes breaking ipywidgets changes, but didn't release yet.
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
- tqdm
Expand Down
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ cloudpickle
rpyc==4.1.5
scikit-learn
git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9
xgboost>=1.6.0
# TODO(https://github.com/modin-project/modin/issues/5171): uncap xgboost
# when we can run tests on 1.7.0 without getting stuck.
xgboost>=1.6.0,<1.7.0
tqdm
# Latest modin-spreadsheet with widget fix
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ dependencies:
- cloudpickle
- boto3
- pip:
- xgboost>=1.6.0
# TODO(https://github.com/modin-project/modin/issues/5171): uncap xgboost
# when we can run tests on 1.7.0 without getting stuck.
- xgboost>=1.6.0,<1.7.0
# Fixes breaking ipywidgets changes, but didn't release yet.
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
- tqdm
Expand Down

0 comments on commit a93399c

Please sign in to comment.