https://github.com/GPflow/GPflow
Revision 6ce42038302fccb1840d6f27cd1a50bf1a076a99 authored by Eric Hammy on 07 May 2020, 14:45:49 UTC, committed by GitHub on 07 May 2020, 14:45:49 UTC
1 parent 8f06b7c
Raw File
Tip revision: 6ce42038302fccb1840d6f27cd1a50bf1a076a99 authored by Eric Hammy on 07 May 2020, 14:45:49 UTC
release candidate v2.0.2 (#1457)
Tip revision: 6ce4203
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