https://github.com/GPflow/GPflow
Revision a9e125ec2d9cd73533a25e8b6777036f809e7596 authored by John Mcleod on 11 June 2020, 09:05:30 UTC, committed by GitHub on 11 June 2020, 09:05:30 UTC
1 parent 390e4f0
Raw File
Tip revision: a9e125ec2d9cd73533a25e8b6777036f809e7596 authored by John Mcleod on 11 June 2020, 09:05:30 UTC
Ensure the plots appear in the generated documentation. (#1503)
Tip revision: a9e125e
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-random-order

# 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