rocm_jax/docs/requirements.txt

23 lines
526 B
Plaintext
Raw Normal View History

absl-py
# TODO(sharadmv,jakevdp): fix IPython3 issue and remove pinned version
ipython<=8.6.0
sphinx>=4
# TODO(jakevdp) unpin sphinx-autodoc-typehints when sphinx-book-theme
# no longer requires sphinx<5
sphinx-autodoc-typehints<1.19
sphinx-book-theme>=0.3.3
sphinx-copybutton>=0.5.0
2022-07-11 14:08:53 -07:00
sphinx-remove-toctrees
jupyter-sphinx>=0.3.2
myst-nb
2020-08-07 11:47:05 -07:00
2021-02-23 10:31:26 -08:00
# Packages used for CI tests.
pytest
pytest-xdist
2020-08-07 11:47:05 -07:00
2021-02-23 10:31:26 -08:00
# Packages used for notebook execution
matplotlib
scikit-learn
numpy
.[ci] # Install jax from the current directory; jaxlib from pypi.