https://github.com/GPflow/GPflow
Revision 9f50087b752cd23624daefb624dbbe1a174694ab authored by John Mcleod on 15 April 2021, 15:40:55 UTC, committed by GitHub on 15 April 2021, 15:40:55 UTC
* Bump version to 2.1.5
* add release notes section for 2.2.0.
1 parent 1d96af4
Raw File
Tip revision: 9f50087b752cd23624daefb624dbbe1a174694ab authored by John Mcleod on 15 April 2021, 15:40:55 UTC
Bump version to 2.1.5 (#1666)
Tip revision: 9f50087
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