mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
sphinx >=3
|
|
sphinx-autodoc-typehints==1.11.1 # Unpin after jaxlib 0.3.15 is released (#11455)
|
|
sphinx-book-theme
|
|
sphinx-copybutton>=0.5.0
|
|
sphinx-remove-toctrees
|
|
jupyter-sphinx>=0.3.2
|
|
myst-nb
|
|
|
|
# Packages used for CI tests.
|
|
pytest
|
|
pytest-xdist
|
|
|
|
# Packages used for notebook execution
|
|
matplotlib
|
|
scikit-learn
|
|
numpy
|
|
.[ci] # Install jax from the current directory; jaxlib from pypi.
|