https://github.com/GPflow/GPflow
Revision 12395bed3f908e6b5341c3c9c7b03bfd72a0d10b authored by st-- on 29 September 2020, 15:17:18 UTC, committed by GitHub on 29 September 2020, 15:17:18 UTC
1 parent 0d3684b
Raw File
Tip revision: 12395bed3f908e6b5341c3c9c7b03bfd72a0d10b authored by st-- on 29 September 2020, 15:17:18 UTC
fix BijectorCache workaround (#1574)
Tip revision: 12395be
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