https://github.com/GPflow/GPflow
Revision ae8b2e5544fbda06c5595e1a6be50cbe26ff76a1 authored by Gustavo Carvalho on 11 September 2020, 16:02:23 UTC, committed by Gustavo Carvalho on 11 September 2020, 16:02:23 UTC
1 parent 67e583c
Raw File
Tip revision: ae8b2e5544fbda06c5595e1a6be50cbe26ff76a1 authored by Gustavo Carvalho on 11 September 2020, 16:02:23 UTC
refactoring scalar likelihood
Tip revision: ae8b2e5
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