Metadata-Version: 2.1
Name: jaxlib
Version: 0.4.28
Summary: XLA library for JAX
Home-page: https://github.com/google/jax
Author: JAX team
Author-email: jax-dev@google.com
License: Apache-2.0
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: scipy >=1.9
Requires-Dist: numpy >=1.22
Requires-Dist: ml-dtypes >=0.2.0
Requires-Dist: scipy >=1.11.1 ; python_version >= "3.12"
Provides-Extra: cuda12_pip
Requires-Dist: nvidia-cublas-cu12 >=12.1.3.1 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-cuda-cupti-cu12 >=12.1.105 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-cuda-nvcc-cu12 >=12.1.105 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-cuda-runtime-cu12 >=12.1.105 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-cudnn-cu12 <9.0,>=8.9.2.26 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-cufft-cu12 >=11.0.2.54 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-cusolver-cu12 >=11.4.5.107 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-cusparse-cu12 >=12.1.0.106 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-nccl-cu12 >=2.18.1 ; extra == 'cuda12_pip'
Requires-Dist: nvidia-nvjitlink-cu12 >=12.1.105 ; extra == 'cuda12_pip'

# jaxlib: support library for JAX

jaxlib is the support library for JAX. While JAX itself is a pure Python package,
jaxlib contains the binary (C/C++) parts of the library, including Python bindings,
the XLA compiler, the PJRT runtime, and a handful of handwritten kernels.
For more information, including installation and build instructions, refer to main
JAX README: https://github.com/google/jax/.
