https://github.com/GPflow/GPflow
Revision dda8c39889acb6edf237613663ccbcb09888970d authored by st-- on 08 April 2020, 09:25:06 UTC, committed by GitHub on 08 April 2020, 09:25:06 UTC
1 parent e7cfb8e
Raw File
Tip revision: dda8c39889acb6edf237613663ccbcb09888970d authored by st-- on 08 April 2020, 09:25:06 UTC
update gpflow2 upgrade guide: likelihood section, predict_log_density, IsotropicStationary (#1414)
Tip revision: dda8c39
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