https://github.com/GPflow/GPflow
Revision d6327329a53053c5af8fe2e0b40096028dc259fe authored by stefanos on 17 December 2020, 14:04:29 UTC, committed by stefanos on 17 December 2020, 14:04:29 UTC
1 parent 2fd59c6
Raw File
Tip revision: d6327329a53053c5af8fe2e0b40096028dc259fe authored by stefanos on 17 December 2020, 14:04:29 UTC
removing initial None value for the cached variables in posterior class
Tip revision: d632732
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