https://github.com/GPflow/GPflow
Revision d51c487af69a1ce3b32a18902fbea8db9b8ece1e authored by st-- on 14 September 2020, 16:39:27 UTC, committed by GitHub on 14 September 2020, 16:39:27 UTC
2 parent s 234a734 + 5c49580
Raw File
Tip revision: d51c487af69a1ce3b32a18902fbea8db9b8ece1e authored by st-- on 14 September 2020, 16:39:27 UTC
Merge branch 'develop' into st/remerge_master_210
Tip revision: d51c487
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