Skip to content

Commit

Permalink
Pin scikit-learn for xgboost component (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored Dec 11, 2024
1 parent c8b4cfb commit d2ef117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

## MINOR CHANGES

* Pin `scikit-learn` for `labels_transfer/xgboost` to `<1.6` (PR #931).

* `filter/filter_with_scrublet`: provide cleaner error message when running scrublet on an empty modality (PR #929).

* Several component (cleanup): remove workaround for using being able to use shared utility functions with Nextflow Fusion (PR #920).
Expand Down
3 changes: 2 additions & 1 deletion src/labels_transfer/xgboost/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ engines:
- type: python
__merge__: [/src/base/requirements/scanpy.yaml, .]
packages:
- xgboost~=2.0.3
- xgboost~=2.1.3
- scikit-learn<1.6
test_setup:
- type: python
__merge__: [ /src/base/requirements/viashpy.yaml, .]
Expand Down

0 comments on commit d2ef117

Please sign in to comment.