Open renovate[bot] opened 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
β» Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Creating virtualenv pytorch-tabnet-8eWQWSqX-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...
The current project's Python requirement (>=3.7) is not compatible with some of the required packages Python requirement:
- xgboost requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8
Because pytorch-tabnet depends on xgboost (2.0.3) which requires Python >=3.8, version solving failed.
β’ Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For xgboost, a possible solution would be to set the `python` property to ">=3.8"
https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
https://python-poetry.org/docs/dependency-specification/#using-environment-markers
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
β» Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Creating virtualenv pytorch-tabnet-8eWQWSqX-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...
The current project's Python requirement (>=3.7) is not compatible with some of the required packages Python requirement:
- xgboost requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8
Because pytorch-tabnet depends on xgboost (2.1.2) which requires Python >=3.8, version solving failed.
β’ Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For xgboost, a possible solution would be to set the `python` property to ">=3.8"
https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
https://python-poetry.org/docs/dependency-specification/#using-environment-markers
This PR contains the following updates:
0.90
->2.1.2
Release Notes
dmlc/xgboost (xgboost)
### [`v2.1.2`](https://redirect.github.com/dmlc/xgboost/releases/tag/v2.1.2): 2.1.2 Patch Release [Compare Source](https://redirect.github.com/dmlc/xgboost/compare/v2.1.1...v2.1.2) The 2.1.2 patch release makes the following bug fixes: - Clean up and modernize release-artifacts.py ([#10818](https://redirect.github.com/dmlc/xgboost/issues/10818)) - Fix ellpack categorical feature with missing values. ([#10906](https://redirect.github.com/dmlc/xgboost/issues/10906)) - Fix unbiased ltr with training continuation. ([#10908](https://redirect.github.com/dmlc/xgboost/issues/10908)) - Fix potential race in feature constraint. ([#10719](https://redirect.github.com/dmlc/xgboost/issues/10719)) - Fix boolean array for arrow-backed DF. ([#10527](https://redirect.github.com/dmlc/xgboost/issues/10527)) - Ensure that `pip check` does not fail due to a bad platform tag ([#10755](https://redirect.github.com/dmlc/xgboost/issues/10755)) - Check cub errors ([#10721](https://redirect.github.com/dmlc/xgboost/issues/10721)) - Limit the maximum number of threads. ([#10872](https://redirect.github.com/dmlc/xgboost/issues/10872)) - Fixes for large size clusters. ([#10880](https://redirect.github.com/dmlc/xgboost/issues/10880)) - POSIX compliant `poll.h` and `mmap` ([#10767](https://redirect.github.com/dmlc/xgboost/issues/10767)) ##### Additional artifacts: You can verify the downloaded packages by running the following command on your Unix shell: ```sh echo "Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.