https://github.com/GPflow/GPflow
Revision bfb60c070435a83f42d10e7a835b6881241d378e authored by John Mcleod on 13 April 2021, 14:22:50 UTC, committed by GitHub on 13 April 2021, 14:22:50 UTC
* Add test with whiten

* Make format

* Update RELEASE.md

Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 0812cd3
Raw File
Tip revision: bfb60c070435a83f42d10e7a835b6881241d378e authored by John Mcleod on 13 April 2021, 14:22:50 UTC
John/iic whiten (#1663)
Tip revision: bfb60c0
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