https://github.com/GPflow/GPflow
Revision 1171b9c16963170b6f05533042ede310cda17afb authored by Jesper Nielsen on 01 March 2022, 12:35:20 UTC, committed by GitHub on 01 March 2022, 12:35:20 UTC
2 parent s a365045 + f3d90e8
Raw File
Tip revision: 1171b9c16963170b6f05533042ede310cda17afb authored by Jesper Nielsen on 01 March 2022, 12:35:20 UTC
Merge pull request #1794 from GPflow/develop
Tip revision: 1171b9c
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
types-Deprecated

# 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