https://github.com/GPflow/GPflow
Revision 4f9aff7bea2e08e71614a962b33a46a6eae30b8d authored by Artem Artemev on 31 March 2020, 13:04:10 UTC, committed by GitHub on 31 March 2020, 13:04:10 UTC
1 parent 7e717cc
Raw File
Tip revision: 4f9aff7bea2e08e71614a962b33a46a6eae30b8d authored by Artem Artemev on 31 March 2020, 13:04:10 UTC
Bump version to 2.0.0 (#1395)
Tip revision: 4f9aff7
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# 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