Skip to content

build(deps): bump cupy from 13.6.0 to 14.0.0#267

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/uv/cupy-14.0.0
Open

build(deps): bump cupy from 13.6.0 to 14.0.0#267
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/uv/cupy-14.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps cupy from 13.6.0 to 14.0.0.

Release notes

Sourced from cupy's releases.

v14.0.0

[!NOTE] This release is marked pre-release as we are currently preparing a hot-fix release to address several issues reported in v14.0.0.

v14.0.0rc1

CuPy v14.0.0rc1 Release Note

This is the release candidate of the CuPy v14 planned to be shipped in January 2026. We encourage you to start testing your workload with v14.0.0rc1 and report back any feedback on our issue tracker. Refer to the Upgrade Guide for the list of changes you need to be aware of when migrating from CuPy v13 or earlier. Pre-built binary packages are available for testing:

# For CUDA 13.x
pip install cupy-cuda13x --pre -U -f https://pip.cupy.dev/pre
For CUDA 12.x
pip install cupy-cuda12x --pre -U -f https://pip.cupy.dev/pre
For ROCm 7.0
pip install cupy-rocm-7-0 --pre -U -f https://pip.cupy.dev/pre

CuPy v14 introduces support for the CUDA Toolkit package distributed on PyPI. If the CUDA Toolkit is not present in your environment, you can install CuPy alongside the necessary toolkit components by using the [ctk] extras, as follows:

pip install 'cupy-cuda13x[ctk]' --pre -U -f https://pip.cupy.dev/pre

💬 Join the Matrix chat to talk with developers and users and ask quick questions!

🙌 Help us sustain the project by sponsoring CuPy!

✨ Highlights

CUDA Python Packages

CuPy now supports NVIDIA CUDA packages distributed on PyPI! This enhancement allows users to leverage CuPy without a system-wide CUDA Toolkit installation, and also provides better interoperability with other Python packages that utilize CUDA, such as PyTorch.

AMD ROCm 7 Support

Support for the AMD ROCm 7 platform is now included in CuPy, along with a cupy-rocm-7-0 binary package specifically built for ROCm 7.0.

Enhanced NumPy/SciPy API Coverage

CuPy now offers a greater number of APIs compatible with NumPy and SciPy, including cupy.linalg.eig and cupy.linalg.eigvals.

🛠️ Breaking Changes

  • CuPy v14 follows NumPy 2 in most of its behavior.
  • Support for CUDA 11 and Python 3.9 has been dropped.
  • All cuDNN-related functionality has been completely removed from CuPy. We recommend users who need to access cuDNN functionality from Python to consider using cuDNN Frontend instead.

... (truncated)

Commits
  • e0faa4d Merge pull request #9702 from kmaehashi/bump-docker-v14.0.0
  • b13b8b2 bump version in docker image
  • 367bb4e Merge pull request #9697 from chainer-ci/bp-9695-v14-add-cuda-13.1
  • b49cbd5 Merge pull request #9695 from kmaehashi/add-cuda-13.1
  • bb3ba03 Merge pull request #9694 from chainer-ci/bp-9691-v14-bfloat16-arange-fixup
  • 67ddfb7 Merge pull request #9691 from seberg/bfloat16-arange-fixup
  • 43623fa Merge pull request #9692 from chainer-ci/bp-9684-v14-cufft-fail-if-unsupported
  • 7872166 Merge pull request #9688 from chainer-ci/bp-9674-v14-svd-tolerance
  • 190ed15 Merge pull request #9684 from kmaehashi/cufft-fail-if-unsupported
  • 825a5bd Merge pull request #9683 from chainer-ci/bp-9554-v14-more_pathfinder
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 18, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 18, 2026
Bumps [cupy](https://github.com/cupy/cupy) from 13.6.0 to 14.0.0.
- [Release notes](https://github.com/cupy/cupy/releases)
- [Commits](cupy/cupy@v13.6.0...v14.0.0)

---
updated-dependencies:
- dependency-name: cupy
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/cupy-14.0.0 branch from 7d9bdb0 to b3510e7 Compare February 22, 2026 20:23
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code size/XS status/needs-review type/build type/config type/dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants