build(deps): bump the pip group across 3 directories with 19 updates#4798
build(deps): bump the pip group across 3 directories with 19 updates#4798dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cd09070f40
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "protobuf", | ||
| "sentencepiece>=0.2.0", | ||
| "datasets>=3.4.1,!=4.0.*,!=4.1.0,<4.4.0", | ||
| "datasets>=4.0,<4.6", |
There was a problem hiding this comment.
Reinstate datasets 4.1.0 exclusion in extras constraints
This change removes the previous !=4.1.0 guard from the package extras, even though the Studio runtime requirements still explicitly exclude 4.1.0 (studio/backend/requirements/no-torch-runtime.txt). That inconsistency re-allows a known-bad dataset version for unsloth[huggingfacenotorch] / colab-new installs, so constrained environments can resolve to datasets==4.1.0 and hit the same incompatibility the runtime file is still protecting against.
Useful? React with 👍 / 👎.
| pytest-xdist | ||
| # Also needed by sentence_transformers (installed with --no-deps in extras-no-deps.txt) | ||
| scikit-learn==1.7.1 | ||
| scikit-learn==1.8.0 |
There was a problem hiding this comment.
Keep extras compatible with Python 3.10 environments
Pinning scikit-learn==1.8.0 in extras.txt can break Studio dependency installation on Python 3.10 environments (for example when users run Linux setup with a --python 3.10 venv), because this major bump narrows interpreter support compared with the previous 1.7.x line. Since install_python_stack.py installs this requirements file as part of normal setup, the install can fail before Studio starts.
Useful? React with 👍 / 👎.
cd09070 to
3e352ad
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e352add52
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| transformers==5.5.0 | ||
| trl==1.0.0 |
There was a problem hiding this comment.
Keep constraints consistent with extras-no-deps pins
install_python_stack.py installs extras-no-deps.txt with -c single-env/constraints.txt (the pip_install(..., req=..., constrain=True) default), so these new pins must remain compatible with that file. Pinning transformers==5.5.0 and trl==1.0.0 here conflicts with extras-no-deps.txt still requiring transformers==4.57.6 and trl==0.23.1, which makes pip/uv fail with ResolutionImpossible and abort dependency setup.
Useful? React with 👍 / 👎.
Updates the requirements on [datasets](https://github.com/huggingface/datasets), [setuptools](https://github.com/pypa/setuptools), [setuptools-scm](https://github.com/pypa/setuptools-scm), [pandas](https://github.com/pandas-dev/pandas), [huggingface-hub](https://github.com/huggingface/huggingface_hub), [transformers](https://github.com/huggingface/transformers), [trl](https://github.com/huggingface/trl), data-designer-engine, [pytest](https://github.com/pytest-dev/pytest), [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [torchao](https://github.com/pytorch/ao), [chardet](https://github.com/chardet/chardet), [faker](https://github.com/joke2k/faker), [fsspec](https://github.com/fsspec/filesystem_spec), [python-json-logger](https://github.com/nhairs/python-json-logger), [sqlfluff](https://github.com/sqlfluff/sqlfluff), [data-designer](https://github.com/NVIDIA-NeMo/DataDesigner) and data-designer-config to permit the latest version. Updates `datasets` to 4.5.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@3.4.1...4.5.0) Updates `setuptools` from 80.9.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v82.0.1) Updates `setuptools-scm` from 9.2.0 to 9.2.2 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/v9.2.2/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v9.2.0...v9.2.2) Updates `setuptools` from 80.9.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v82.0.1) Updates `pandas` to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v3.0.2) Updates `datasets` from 4.3.0 to 4.8.4 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@3.4.1...4.5.0) Updates `huggingface-hub` from 0.36.2 to 1.8.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v0.36.2...v1.8.0) Updates `transformers` from 4.57.6 to 5.5.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.57.6...v5.5.0) Updates `trl` from 0.23.1 to 1.0.0 - [Release notes](https://github.com/huggingface/trl/releases) - [Changelog](https://github.com/huggingface/trl/blob/main/RELEASE.md) - [Commits](huggingface/trl@v0.23.1...v1.0.0) Updates `data-designer-engine` from 0.5.4 to 0.5.5 Updates `pandas` from 2.3.3 to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v3.0.2) Updates `pytest` to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@1.0.0b3...9.0.2) Updates `pytest-rerunfailures` from 15.1 to 16.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@15.1...16.1) Updates `scikit-learn` from 1.7.1 to 1.8.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.7.1...1.8.0) Updates `datasets` from 4.3.0 to 4.8.4 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@3.4.1...4.5.0) Updates `huggingface-hub` from 0.36.2 to 1.8.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v0.36.2...v1.8.0) Updates `transformers` from 4.57.6 to 5.5.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.57.6...v5.5.0) Updates `trl` from 0.23.1 to 1.0.0 - [Release notes](https://github.com/huggingface/trl/releases) - [Changelog](https://github.com/huggingface/trl/blob/main/RELEASE.md) - [Commits](huggingface/trl@v0.23.1...v1.0.0) Updates `torchao` from 0.14.0 to 0.17.0 - [Release notes](https://github.com/pytorch/ao/releases) - [Commits](https://github.com/pytorch/ao/commits/v0.17.0) Updates `pandas` from 2.3.3 to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v3.0.2) Updates `chardet` to 7.4.0.post2 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@3.0.2...7.4.0.post2) Updates `faker` to 40.12.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v20.1.0...v40.12.0) Updates `fsspec` to 2026.3.0 - [Commits](fsspec/filesystem_spec@2025.3.0...2026.3.0) Updates `python-json-logger` to 4.1.0 - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](nhairs/python-json-logger@v3.0.0...v4.1.0) Updates `sqlfluff` to 4.1.0 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](sqlfluff/sqlfluff@3.2.0...4.1.0) Updates `data-designer` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/NVIDIA-NeMo/DataDesigner/releases) - [Commits](NVIDIA-NeMo/DataDesigner@v0.5.4...v0.5.5) Updates `data-designer-config` from 0.5.4 to 0.5.5 Updates `data-designer-engine` from 0.5.4 to 0.5.5 --- updated-dependencies: - dependency-name: datasets dependency-version: 4.5.0 dependency-type: direct:development dependency-group: pip - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip - dependency-name: setuptools-scm dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production dependency-group: pip - dependency-name: datasets dependency-version: 4.8.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: huggingface-hub dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: trl dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: data-designer-engine dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production dependency-group: pip - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: datasets dependency-version: 4.8.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: huggingface-hub dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: trl dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: torchao dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: chardet dependency-version: 7.4.0.post2 dependency-type: direct:production dependency-group: pip - dependency-name: faker dependency-version: 40.12.0 dependency-type: direct:production dependency-group: pip - dependency-name: fsspec dependency-version: 2026.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-json-logger dependency-version: 4.1.0 dependency-type: direct:production dependency-group: pip - dependency-name: sqlfluff dependency-version: 4.1.0 dependency-type: direct:production dependency-group: pip - dependency-name: data-designer dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: data-designer-config dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: data-designer-engine dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
3e352ad to
3b8e720
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3b8e720b33
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "protobuf", | ||
| "sentencepiece>=0.2.0", | ||
| "datasets>=3.4.1,!=4.0.*,!=4.1.0,<4.4.0", | ||
| "datasets>=4.0,<4.6", |
There was a problem hiding this comment.
Re-block datasets versions that crash at import time
This new specifier (datasets>=4.0,<4.6) now allows datasets 4.4.x and 4.5.0, but unsloth/import_fixes.py::patch_datasets() explicitly raises NotImplementedError for 4.4.0 <= datasets <= 4.5.0, and that patch runs during import unsloth (unsloth/__init__.py). In practice, installs via unsloth[huggingfacenotorch] (and the mirrored colab-new extra) can now resolve to a version that immediately breaks import, so these known-bad versions need to stay excluded in the extras bounds.
Useful? React with 👍 / 👎.
Updates the requirements on datasets, setuptools, setuptools-scm, pandas, huggingface-hub, transformers, trl, data-designer-engine, pytest, pytest-rerunfailures, scikit-learn, torchao, chardet, faker, fsspec, python-json-logger, sqlfluff, data-designer and data-designer-config to permit the latest version.
Updates
datasetsto 4.5.0Release notes
Sourced from datasets's releases.
Commits
69d773aRelease: 4.5.0 (#7944)dc98f97Add _generate_shards (#7943)38d28bfadd _OverridableIOWrapper (#7942)7431153Fix method to retrieve attributes from file object (#7938)6a1bc35fix low but large example indexerror (#7912)7bdf840Raise early for invalidrevisioninload_dataset(#7929)06b6e02Add lance format support (#7913)0feb65dset dev version (#7908)37d9615release: 4.4.2 (#7907)58dda42Don't save original_shard_lengths by default for backward compat (#7906)Updates
setuptoolsfrom 80.9.0 to 82.0.1Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
5a13876Bump version: 82.0.0 → 82.0.151ab8f1Avoid using (deprecated) 'json.version' in tests (#5194)f9c37b2Docs/CI: Fix intersphinx references (#5195)8173db2Docs: Fix intersphinx references09bafbcFix past tense on newsfragment461ea56Add news fragmentc4ffe53Avoid using (deprecated) 'json.version' in tests749258bCleanuppkg_resourcesdependencies and configuration (#5175)2019c16Parseext-module.define-macrosfrompyproject.tomlas list of tuples (#5169)b809c86Sync setuptools schema with validate-pyproject (#5157)Updates
setuptools-scmfrom 9.2.0 to 9.2.2Changelog
Sourced from setuptools-scm's changelog.
Commits
e56b78fMerge pull request #1232 from RonnyPfannschmidt/fix-1231-dont-warn-when-no-guess4f55e95docs: update changelog for v9.2.2 patch release95a0c47fix: don't warn about tool.setuptools.dynamic.version when only using file fi...338f562Merge pull request #1226 from RonnyPfannschmidt/prepare-releasea893634Prepare release v9.2.1ad83282Merge pull request #1225 from pypa/pre-commit-ci-update-config20a4464[pre-commit.ci] pre-commit autoupdate70f6942Merge pull request #1219 from RonnyPfannschmidt/fix-1216-explicitly-deprecate...14d85c0Install Mercurial on Windows runners via Chocolatey8c5cec9Fix API stability check workflow to install griffe and improve reportingUpdates
setuptoolsfrom 80.9.0 to 82.0.1Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
5a13876Bump version: 82.0.0 → 82.0.151ab8f1Avoid using (deprecated) 'json.version' in tests (#5194)f9c37b2Docs/CI: Fix intersphinx references (#5195)8173db2Docs: Fix intersphinx references09bafbcFix past tense on newsfragment461ea56Add news fragmentc4ffe53Avoid using (deprecated) 'json.version' in tests749258bCleanuppkg_resourcesdependencies and configuration (#5175)2019c16Parseext-module.define-macrosfrompyproject.tomlas list of tuples (#5169)b809c86Sync setuptools schema with validate-pyproject (#5157)Updates
pandasto 3.0.2Release notes
Sourced from pandas's releases.
Commits
ab90747RLS: 3.0.2 (#64934)6f27013Backport PR #64931 on branch 3.0.x (DOC/BLD: temporary disable upload of docs...48ddc60Backport PR #64664 on branch 3.0.x (BUG: DataFrame.sum() crashes on empty Dat...8774488[backport 3.0.x] PERF: fix slow python loop in validation for ArrowStringArra...33af6ccBackport PR #64133 on branch 3.0.x (BUG: str.find returns byte offset instead...4ef49d8[backport 3.0.x] BUG: fix convert_dtypes dropping values from sliced mixed-dt...0668f34[backport 3.0.x] BUG: Fix HDFStore.put with StringDtype columns and compressi...23f2f44[backport 3.0.x] BUG: Suppress unnecessary RuntimeWarning in to_datetime with...83ba804Backport PR #64886: BUG: Compute Variance of Complex Numbers Correctly (#64892)bb5ca1aBackport PR #64386 on branch 3.0.x (BUG: fix sort_index AssertionError with R...Updates
datasetsfrom 4.3.0 to 4.8.4Release notes
Sourced from datasets's releases.
Commits
69d773aRelease: 4.5.0 (#7944)dc98f97Add _generate_shards (#7943)38d28bfadd _OverridableIOWrapper (#7942)7431153Fix method to retrieve attributes from file object (#7938)6a1bc35fix low but large example indexerror (#7912)7bdf840Raise early for invalidrevisioninload_dataset(#7929)06b6e02Add lance format support (#7913)0feb65dset dev version (#7908)37d9615release: 4.4.2 (#7907)58dda42Don't save original_shard_lengths by default for backward compat (#7906)Updates
huggingface-hubfrom 0.36.2 to 1.8.0Release notes
Sourced from huggingface-hub's releases.
... (truncated)
Commits
8b7c45cRelease: v1.8.05e62f96Release: v1.8.0.rc0701fb0bfeat(jobs): add volume mounting support for buckets and repos (#3936)98e9a94Use huggingface-hub-bot for post-release PR creation (#3967)9e7fbad[CLI] Acceptspaces/user/repoas repo ID prefix shorthand (#3929)da46c21More robust stream to stdout in hf cp command (#3968)e41dce2Addvisibilityparameter toHfApirepo create/update/duplicate methods (#...274fabf[CLI] Mentionhf-mountin CLI skill (#3966)778d306[CLI] Add space-specific options tohf repos createand `hf repos duplicate...5596477Update hardware flavors with HF Hub (#3965)Updates
transformersfrom 4.57.6 to 5.5.0Release notes
Sourced from transformers's releases.
... (truncated)
Commits
c1c3424update20bff68update release workflow8956441v5.5.05135e5ecasually dropping the most capable open weights on the planet (#45192)a594e09Internalise the NomicBERT model (#43067)4932e97Fix resized LM head weights being overwritten by post_init (#45079)57e8413[Qwen3.5 MoE] Add _tp_plan to ForConditionalGeneration (#45124)b10552eFix TypeError: 'NoneType' object is not iterable in GenerationMixin.generate ...423f2a3fix(models): Fix dtype mismatch in SwitchTransformers and TimmWrapperModel (#...ade7a05Generalize gemma vision mask to videos (#45185)Updates
trlfrom 0.23.1 to 1.0.0Release notes
Sourced from trl's releases.
... (truncated)
Commits
f3e9ac1Release: v1.0 (#5409)e8d5dfcAdd second version of Qwen 3.5 chat template to chat_template_utils (#5405)71ff6a2Add HF_TOKEN environment variable to workflow files (#5397)1ee3975Add vLLM inference to the Base Self-Distillation Trainer (#5388)79e6e79Movedisable_config=TruefromgeneratetoGenerationConfig(#5384)83d68ddchore: updatepr_template_check.yml(#5393)4cb7ab1Enhance PR template check to exclude reopened PRs from first-time contributor...32a40bfEnforce PR template for first-time contributors and document AI usage policy ...8e69b68Mark test_rloo[fsdp2] as xfail for transformers 5.4.0 (#5387)c264266Remove deprecatedTRACKIO_SPACE_IDenv var from all scripts (#5365)Updates
data-designer-enginefrom 0.5.4 to 0.5.5Updates
pandasfrom 2.3.3 to 3.0.2Release notes
Sourced from pandas's releases.
Commits
ab90747RLS: 3.0.2 (#64934)6f27013Backport PR #64931 on branch 3.0.x (DOC/BLD: temporary disable upload of docs...48ddc60Backport PR #64664 on branch 3.0.x (BUG: DataFrame.sum() crashes on empty Dat...8774488[backport 3.0.x] PERF: fix slow python loop in validation for ArrowStringArra...33af6ccBackport PR #64133 on branch 3.0.x (BUG: str.find returns byte offset instead...4ef49d8[backport 3.0.x] BUG: fix convert_dtypes dropping values from sliced mixed-dt...0668f34[backport 3.0.x] BUG: Fix HDFStore.put with StringDtype columns and compressi...23f2f44[backport 3.0.x] BUG: Suppress unnecessary RuntimeWarning in to_datetime with...83ba804Backport PR #64886: BUG: Compute Variance of Complex Numbers Correctly (#64892)bb5ca1aBackport PR #64386 on branch 3.0.x (BUG: fix sort_index AssertionError with R...Updates
pytestto 9.0.2Release notes
Sourced from pytest's releases.
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...Updates
pytest-rerunfailuresfrom 15.1 to 16.1Changelog
Sourced from pytest-rerunfailures's changelog.
Commits
b015092Preparing release 16.1c1666ddPrepare release.8d04ad9FixNotImplementedErrorcrash when using xdist schedulers without `mark_tes...cb8ede7Add a--force-rerunsto override rerun count globally (#307)5e01132Bump actions/setup-python from 5 to 6 in the actions group (#310)88e0023Drop support for Python 3.9. (#308)df47974Change 'localhost' to '127.0.0.1' (#305)f149c7dBack to development: 16.1f97618fPreparing release 16.0.1c60d17dPrepare release.Updates
scikit-learnfrom 1.7.1 to 1.8.0Release notes
Sourced from scikit-learn's releases.
Commits
646da0f[cd build]4f4f283Generate changelog967dcdeSet versioncb1424bDOC Release highlights for 1.8 (#32809)5645b27🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 (#32859)6b9fb11🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...a0f6d88🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...c1de8fcFIX Makeget_namespacehandle pandas dataframe input (#32838)764249aFix_safe_indexingwith non integer arrays on array API inputs (#32840)eca5e0aFIX Add new default max_samples=None in Bagging estimators (#32825)Updates
datasetsfrom 4.3.0 to 4.8.4Release notes
Sourced from datasets's releases.