https://github.com/GPflow/GPflow
Revision 21104e8445c4231ec5e40f3701ef3dff13ca8bf8 authored by st-- on 04 June 2020, 16:14:50 UTC, committed by GitHub on 04 June 2020, 16:14:50 UTC
2 parent s c194230 + 77eacca
Raw File
Tip revision: 21104e8445c4231ec5e40f3701ef3dff13ca8bf8 authored by st-- on 04 June 2020, 16:14:50 UTC
Merge branch 'develop' into st/quickfix/dispatch_docs
Tip revision: 21104e8
tests_requirements.txt
mypy
black
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