https://github.com/GPflow/GPflow
Revision 8467a73c4a0c5322fca7b7a8c12104e4e176079e authored by william cowley on 18 January 2021, 12:57:18 UTC, committed by william cowley on 18 January 2021, 12:57:18 UTC
1 parent d6bf0e1
Raw File
Tip revision: 8467a73c4a0c5322fca7b7a8c12104e4e176079e authored by william cowley on 18 January 2021, 12:57:18 UTC
update notebooks to use y_dist.y_percentile and y_dist.parameter_percentile
Tip revision: 8467a73
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