https://github.com/GPflow/GPflow
Revision e680397d43734d864d143c4263e63de8c8573984 authored by st-- on 17 March 2020, 09:27:35 UTC, committed by GitHub on 17 March 2020, 09:27:35 UTC
1 parent 516f97c
Raw File
Tip revision: e680397d43734d864d143c4263e63de8c8573984 authored by st-- on 17 March 2020, 09:27:35 UTC
log_prior -> log_prior_density (#1329)
Tip revision: e680397
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