https://github.com/GPflow/GPflow
Revision 9f95d87c66582ab774e0979e4fe9957ea05f56be authored by st-- on 07 October 2020, 12:01:42 UTC, committed by GitHub on 07 October 2020, 12:01:42 UTC
1 parent cfd1830
Raw File
Tip revision: 9f95d87c66582ab774e0979e4fe9957ea05f56be authored by st-- on 07 October 2020, 12:01:42 UTC
bump version to 2.1.3 (#1590)
Tip revision: 9f95d87
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