https://github.com/GPflow/GPflow
Revision cd12da80e0755a01ffc0afd95b13a710d17837b8 authored by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC, committed by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC
1 parent 9bb80ff
Raw File
Tip revision: cd12da80e0755a01ffc0afd95b13a710d17837b8 authored by Gustavo Carvalho on 10 September 2020, 14:28:11 UTC
removing NDiagGHQuadratureLikelihood from test
Tip revision: cd12da8
tests_requirements.txt
mypy
black==19.10b0
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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