https://github.com/GPflow/GPflow
Revision 7ec7955e8e46450955bf763f16720cf06a9c7365 authored by st-- on 28 March 2020, 16:12:50 UTC, committed by GitHub on 28 March 2020, 16:12:50 UTC
1 parent 30824d2
Raw File
Tip revision: 7ec7955e8e46450955bf763f16720cf06a9c7365 authored by st-- on 28 March 2020, 16:12:50 UTC
speed up VFF notebook (#1383)
Tip revision: 7ec7955
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