2022-11-04 11:28:15 -07:00
|
|
|
absl-py
|
2022-11-28 11:15:16 -08:00
|
|
|
# TODO(sharadmv,jakevdp): fix IPython3 issue and remove pinned version
|
|
|
|
ipython<=8.6.0
|
2022-12-29 15:37:54 -08:00
|
|
|
sphinx>=4
|
2023-01-06 10:12:34 -08:00
|
|
|
# TODO(jakevdp) unpin sphinx-autodoc-typehints when sphinx-book-theme
|
|
|
|
# no longer requires sphinx<5
|
|
|
|
sphinx-autodoc-typehints<1.19
|
|
|
|
sphinx-book-theme>=0.3.3
|
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
|
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.
|