Revision 86648b6fe8ae822870eab3d8ed46f17739b385bc authored by yashkatariya on 03 February 2022, 23:40:07 UTC, committed by yashkatariya on 03 February 2022, 23:40:07 UTC
1 parent aa13c2a
Raw File
requirements.txt
# sphinx >=3 required by sphinx-autodoc-typehints v1.11.1 (Oct 2020)
sphinx >=3
sphinx_book_theme
# Newer versions cause issues; see https://github.com/google/jax/pull/6449
sphinx-autodoc-typehints==1.11.1
jupyter-sphinx>=0.3.2
myst-nb

# Packages used for CI tests.
pytest
pytest-xdist

# Packages used for notebook execution
matplotlib
scikit-learn
numpy
.[cpu]  # Install jax from the current directory; jaxlib from pypi.
back to top