Metadata-Version: 2.1
Name: cupy
Version: 13.1.0
Summary: CuPy: NumPy & SciPy for GPU
Home-page: https://cupy.dev/
Author: Seiya Tokui
Author-email: tokui@preferred.jp
Maintainer: CuPy Developers
License: MIT License
Project-URL: Bug Tracker, https://github.com/cupy/cupy/issues
Project-URL: Documentation, https://docs.cupy.dev/
Project-URL: Source Code, https://github.com/cupy/cupy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Cython
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: docs/source/license.rst
Requires-Dist: numpy<1.29,>=1.22
Requires-Dist: fastrlock>=0.5
Provides-Extra: all
Requires-Dist: scipy<1.14,>=1.7; extra == "all"
Requires-Dist: Cython<3,>=0.29.22; extra == "all"
Requires-Dist: optuna>=2.0; extra == "all"
Provides-Extra: stylecheck
Requires-Dist: autopep8==1.5.5; extra == "stylecheck"
Requires-Dist: flake8==3.8.4; extra == "stylecheck"
Requires-Dist: pbr==5.5.1; extra == "stylecheck"
Requires-Dist: pycodestyle==2.6.0; extra == "stylecheck"
Requires-Dist: mypy==1.4.1; extra == "stylecheck"
Requires-Dist: types-setuptools==57.4.14; extra == "stylecheck"
Provides-Extra: test
Requires-Dist: pytest>=7.2; extra == "test"
Requires-Dist: hypothesis<6.55.0,>=6.37.2; extra == "test"
Requires-Dist: mpmath; extra == "test"

.. image:: https://raw.githubusercontent.com/cupy/cupy/main/docs/image/cupy_logo_1000px.png
   :width: 400

CuPy : NumPy & SciPy for GPU
============================

`CuPy <https://cupy.dev/>`_ is a NumPy/SciPy-compatible array library for GPU-accelerated computing with Python.

This package (``cupy``) is a source distribution.
For most users, use of pre-build wheel distributions are recommended:

- `cupy-cuda12x <https://pypi.org/project/cupy-cuda12x/>`_ (for CUDA 12.x)
- `cupy-cuda11x <https://pypi.org/project/cupy-cuda11x/>`_ (for CUDA 11.2 ~ 11.x)

- `cupy-rocm-5-0 <https://pypi.org/project/cupy-rocm-5-0/>`_ (for ROCm 5.0)
- `cupy-rocm-4-3 <https://pypi.org/project/cupy-rocm-4-3/>`_ (for ROCm 4.3)

Please see `Installation Guide <https://docs.cupy.dev/en/latest/install.html>`_ for the detailed instructions.
