Revision ef8cc4010eac6f7720740a6dc0751c6d8ad05822 authored by Jesper Nielsen on 23 February 2022, 10:46:12 UTC, committed by GitHub on 23 February 2022, 10:46:12 UTC
1 parent b10ac8b
Raw File
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
types-tabulate

# 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