https://github.com/GPflow/GPflow
Raw File
Tip revision: 8404a490eb570e117b32eca88e399cc1fc81fcc9 authored by Mark van der Wilk on 02 May 2020, 20:10:12 UTC
Jitter level is now used in `SGPR`.
Tip revision: 8404a49
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