mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00
23 lines
542 B
Plaintext
23 lines
542 B
Plaintext
absl-py
|
|
ipython>=8.8.0 # 8.7.0 has ipython3 lexer error
|
|
pydata-sphinx-theme==0.13.1 # 0.13.2 is incompatible with sphinx-book-theme 1.0.0
|
|
# TODO(jakevdp) Update to sphinx>=6 when myst-nb supports it.
|
|
sphinx>=5
|
|
sphinx-autodoc-typehints
|
|
sphinx-book-theme>=1.0.0
|
|
sphinx-copybutton>=0.5.0
|
|
sphinx-remove-toctrees
|
|
jupyter-sphinx>=0.3.2
|
|
sphinx-design
|
|
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.
|