mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
22 lines
514 B
Plaintext
22 lines
514 B
Plaintext
absl-py
|
|
ipython>=8.8.0 # 8.7.0 has ipython3 lexer error
|
|
sphinx>=4
|
|
# TODO(jakevdp) unpin sphinx-autodoc-typehints when sphinx-book-theme
|
|
# 0.4.0 is released and no longer requires sphinx<5
|
|
sphinx-autodoc-typehints~=1.18.0
|
|
sphinx-book-theme>=0.3.3
|
|
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.
|