jaxlib 0.8.0


pip install jaxlib

  Latest version

Released: Oct 15, 2025

Project Links

Meta
Author: JAX team
Requires Python: >=3.11

Classifiers

Development Status
  • 5 - Production/Stable

Programming Language
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14
  • Python :: Free Threading :: 3 - Stable

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/jax-ml/jax/.

Wheel compatibility matrix

Platform CPython 3.11 CPython 3.12 CPython 3.13 CPython 3.14 CPython (additional flags: t) 3.13 CPython (additional flags: t) 3.14
macosx_11_0_arm64
manylinux_2_27_aarch64
manylinux_2_27_x86_64
win_amd64

Files in release

Extras: None
Dependencies:
scipy (>=1.13)
numpy (>=2.0)
ml_dtypes (>=0.5.0)