https://github.com/GPflow/GPflow
Revision ace1f8fa043e383699fec994dbbe975e0df88b89 authored by Jesper Nielsen on 07 February 2022, 10:11:38 UTC, committed by GitHub on 07 February 2022, 10:11:38 UTC
1 parent f52cedb
Raw File
Tip revision: ace1f8fa043e383699fec994dbbe975e0df88b89 authored by Jesper Nielsen on 07 February 2022, 10:11:38 UTC
Add mypy annotations to covariances and expectations. (#1771)
Tip revision: ace1f8f
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