https://github.com/GPflow/GPflow
Revision f70e04d8230a0dc66538420731a5a4da2d4bc42e authored by Jesper Nielsen on 27 January 2022, 16:51:57 UTC, committed by GitHub on 27 January 2022, 16:51:57 UTC
1 parent 6fb65a0
Raw File
Tip revision: f70e04d8230a0dc66538420731a5a4da2d4bc42e authored by Jesper Nielsen on 27 January 2022, 16:51:57 UTC
Clean up posterior caching code. (#1763)
Tip revision: f70e04d
tests_requirements.txt
mypy
black==20.8b1
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov
types-dataclasses
types-pkg_resources  # for mypy check of gpflow/versions.py

# 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