[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-04-03 13:45:33 +00:00
commit 67b09be3f0

View file

@ -536,9 +536,7 @@ def install_python_stack() -> int:
)
# Filter out "unsloth" from base.txt so pip does not
# revert the git install back to the PyPI wheel.
_base_no_unsloth = _filter_requirements(
REQ_ROOT / "base.txt", {"unsloth"}
)
_base_no_unsloth = _filter_requirements(REQ_ROOT / "base.txt", {"unsloth"})
try:
pip_install(
"Updating remaining base packages",