https://github.com/GPflow/GPflow
Revision a0a343932ef060ad6caf5213cdf3257b96cb572d authored by frgsimpson on 29 July 2021, 14:47:43 UTC, committed by frgsimpson on 29 July 2021, 14:47:43 UTC
1 parent 91b640b
Raw File
Tip revision: a0a343932ef060ad6caf5213cdf3257b96cb572d authored by frgsimpson on 29 July 2021, 14:47:43 UTC
Add script
Tip revision: a0a3439
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-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