mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
21 lines
471 B
Plaintext
21 lines
471 B
Plaintext
absl-py
|
|
ipython>=8.8.0 # 8.7.0 has ipython3 lexer error
|
|
sphinx>=7.3.2 # 7.3.0 breaks sphinx-book-theme
|
|
sphinx-book-theme>=1.0.1 # Older versions fail to pin pydata-sphinx-theme
|
|
sphinx-copybutton>=0.5.0
|
|
sphinx-remove-toctrees
|
|
sphinx-design
|
|
myst-nb>=1.0.0
|
|
|
|
# Packages used for CI tests.
|
|
flatbuffers
|
|
pytest
|
|
pytest-xdist
|
|
|
|
# Packages used for notebook execution
|
|
matplotlib
|
|
scikit-learn
|
|
numpy
|
|
rich[jupyter]
|
|
.[ci] # Install jax from the current directory; jaxlib from pypi.
|