https://github.com/google/jax
Raw File
Tip revision: 88a60b808c1f91260cc9e75b9aa2508aae5bc9f9 authored by jax authors on 27 July 2023, 21:11:05 UTC
Merge pull request #16870 from skye:version
Tip revision: 88a60b8
requirements.txt
absl-py
ipython>=8.8.0  # 8.7.0 has ipython3 lexer error
# TODO(jakevdp) Update to sphinx>=6 when myst-nb supports it.
sphinx>=5
sphinx-autodoc-typehints
sphinx-book-theme>=1.0.1  # Older versions fail to pin pydata-sphinx-theme
sphinx-copybutton>=0.5.0
sphinx-remove-toctrees
jupyter-sphinx>=0.3.2
sphinx-design
myst-nb

# Packages used for CI tests.
pytest
pytest-xdist

# Packages used for notebook execution
matplotlib
scikit-learn
numpy
.[ci]  # Install jax from the current directory; jaxlib from pypi.
back to top