https://github.com/GPflow/GPflow
Revision 1196151aaf9cb59a3a2cb2e5e68fbf209b7e1c02 authored by Vincent Dutordoir on 27 March 2020, 09:09:35 UTC, committed by GitHub on 27 March 2020, 09:09:35 UTC
1 parent 8d0128c
Raw File
Tip revision: 1196151aaf9cb59a3a2cb2e5e68fbf209b7e1c02 authored by Vincent Dutordoir on 27 March 2020, 09:09:35 UTC
Update link to monitoring notebook in intro (#1376)
Tip revision: 1196151
tests_requirements.txt
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