https://github.com/GPflow/GPflow
Revision 2ca04f22fa8c5450111c818805bc55b608810b5b authored by Jesper Nielsen on 01 March 2022, 16:37:07 UTC, committed by GitHub on 01 March 2022, 16:37:07 UTC
1 parent f3d90e8
Raw File
Tip revision: 2ca04f22fa8c5450111c818805bc55b608810b5b authored by Jesper Nielsen on 01 March 2022, 16:37:07 UTC
Add type hints to utilities. (#1795)
Tip revision: 2ca04f2
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