rocm_jax/docs/requirements.txt

17 lines
385 B
Plaintext
Raw Normal View History

2021-02-23 10:31:26 -08:00
# 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
2021-02-23 10:31:26 -08:00
sphinx-autodoc-typehints
jupyter-sphinx>=0.3.2
2021-02-23 10:31:26 -08:00
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
sklearn
2021-03-16 11:40:46 -07:00
.[cpu] # Install jax from the current directory; jaxlib from pypi.