https://github.com/GPflow/GPflow
Revision 8dc912ee0bac404795e0ff5667774169e1428476 authored by st-- on 06 October 2020, 12:37:15 UTC, committed by GitHub on 06 October 2020, 12:37:15 UTC
* fix heading levels

* add cross-references
1 parent 7d6a6da
Raw File
Tip revision: 8dc912ee0bac404795e0ff5667774169e1428476 authored by st-- on 06 October 2020, 12:37:15 UTC
Fix notebook heading levels and add links (#1579)
Tip revision: 8dc912e
tests_requirements.txt
mypy
black==19.10b0
isort
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets
back to top