swh:1:snp:c27a3710b2d4d750eacc54d8f3b9e57283e8e225
Raw File
Tip revision: f3570cba7ac7a54b46774d1739382e9ff264c18e authored by John Mcleod on 03 December 2021, 16:30:55 UTC
Fix #1733 (#1734)
Tip revision: f3570cb
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