2022-11-04 11:28:15 -07:00
|
|
|
absl-py
|
2023-01-09 08:32:03 -08:00
|
|
|
ipython>=8.8.0 # 8.7.0 has ipython3 lexer error
|
2023-03-29 13:55:32 -07:00
|
|
|
pydata-sphinx-theme==0.13.1 # 0.13.2 is incompatible with sphinx-book-theme 1.0.0
|
2023-03-01 11:02:56 -08:00
|
|
|
# TODO(jakevdp) Update to sphinx>=6 when myst-nb supports it.
|
|
|
|
sphinx>=5
|
|
|
|
sphinx-autodoc-typehints
|
|
|
|
sphinx-book-theme>=1.0.0
|
2022-02-22 13:49:48 +04:00
|
|
|
sphinx-copybutton>=0.5.0
|
2022-07-11 14:08:53 -07:00
|
|
|
sphinx-remove-toctrees
|
2021-04-01 16:27:06 -07:00
|
|
|
jupyter-sphinx>=0.3.2
|
2023-01-13 09:59:40 -08:00
|
|
|
sphinx-design
|
2022-06-21 08:44:23 -07:00
|
|
|
myst-nb
|
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
|
2019-10-09 13:44:13 +02:00
|
|
|
matplotlib
|
2021-06-21 12:03:44 +02:00
|
|
|
scikit-learn
|
2021-07-15 16:39:18 -04:00
|
|
|
numpy
|
2022-02-10 11:58:30 -08:00
|
|
|
.[ci] # Install jax from the current directory; jaxlib from pypi.
|