https://github.com/GPflow/GPflow
Revision 870baaf9c22118a7b5ca19cedd18bc85c53c08dc authored by st-- on 21 December 2020, 12:03:17 UTC, committed by GitHub on 21 December 2020, 12:03:17 UTC
Co-authored-by: Fergus <fergus2@gmail.com>
1 parent f4cfcc9
Raw File
Tip revision: 870baaf9c22118a7b5ca19cedd18bc85c53c08dc authored by st-- on 21 December 2020, 12:03:17 UTC
Apply suggestions from code review
Tip revision: 870baaf
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
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