https://github.com/GPflow/GPflow
Raw File
Tip revision: 5e599fb01df65d156a40f7a138ab6627a06a50db authored by Eric Hammy on 07 May 2020, 15:01:50 UTC
Release 2.0.2 (#1459)
Tip revision: 5e599fb
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