https://github.com/GPflow/GPflow
Revision 937222efe1867338f3f5b34c018bd9f7cba6cee8 authored by st-- on 16 July 2020, 20:02:21 UTC, committed by GitHub on 16 July 2020, 20:02:21 UTC
1 parent f1842a9
Raw File
Tip revision: 937222efe1867338f3f5b34c018bd9f7cba6cee8 authored by st-- on 16 July 2020, 20:02:21 UTC
fix bug in varying_noise notebook (#1526)
Tip revision: 937222e
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