rocm_jax/docs/requirements.txt
2022-01-04 14:16:57 -08:00

18 lines
424 B
Plaintext

# sphinx >=3 required by sphinx-autodoc-typehints v1.11.1 (Oct 2020)
sphinx >=3
sphinx_rtd_theme
# Newer versions cause issues; see https://github.com/google/jax/pull/6449
sphinx-autodoc-typehints==1.11.1
jupyter-sphinx>=0.3.2
myst-nb
# Packages used for CI tests.
pytest
pytest-xdist
# Packages used for notebook execution
matplotlib
scikit-learn
numpy
.[cpu] # Install jax from the current directory; jaxlib from pypi.