rocm_jax/docs/requirements.txt

19 lines
478 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
sphinx-autodoc-typehints==1.11.1
jupyter-sphinx>=0.3.2
2021-02-23 10:31:26 -08:00
myst-nb
2021-10-27 09:02:24 -07:00
jupyter-core!=4.9.0 # https://github.com/jupyter/jupyter_core/issues/246
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
2021-03-16 11:40:46 -07:00
.[cpu] # Install jax from the current directory; jaxlib from pypi.