https://github.com/GPflow/GPflow
Revision b5855baec148da0a3c756b6d6e5c83390444a4d4 authored by John Mcleod on 15 April 2021, 15:59:36 UTC, committed by GitHub on 15 April 2021, 15:59:36 UTC
2 parent s ff4bb90 + 9f50087
Raw File
Tip revision: b5855baec148da0a3c756b6d6e5c83390444a4d4 authored by John Mcleod on 15 April 2021, 15:59:36 UTC
Merge pull request #1668 from GPflow/develop
Tip revision: b5855ba
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