rocm_jax/docs/requirements.txt
2021-10-27 09:02:24 -07:00

19 lines
478 B
Plaintext

# sphinx <4 required by myst-nb v0.12.0 (Feb 2021)
# sphinx >=3 required by sphinx-autodoc-typehints v1.11.1 (Oct 2020)
sphinx >=3, <4
sphinx_rtd_theme
sphinx-autodoc-typehints==1.11.1
jupyter-sphinx>=0.3.2
myst-nb
jupyter-core!=4.9.0 # https://github.com/jupyter/jupyter_core/issues/246
# 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.