https://github.com/GPflow/GPflow
Revision 5c49580c373e5755413571de5c610bed567e0f25 authored by st-- on 14 September 2020, 16:33:55 UTC, committed by GitHub on 14 September 2020, 16:33:55 UTC
1 parent 67e583c
Raw File
Tip revision: 5c49580c373e5755413571de5c610bed567e0f25 authored by st-- on 14 September 2020, 16:33:55 UTC
bump version to 2.1.1 (#1562)
Tip revision: 5c49580
tests_requirements.txt
mypy
black==19.10b0
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