https://github.com/GPflow/GPflow
Revision 7ef68be223a0b4e138623362d606c9635c32622b authored by Jesper Nielsen on 04 March 2022, 12:08:09 UTC, committed by GitHub on 04 March 2022, 12:08:09 UTC
1 parent a4ebca0
Raw File
Tip revision: 7ef68be223a0b4e138623362d606c9635c32622b authored by Jesper Nielsen on 04 March 2022, 12:08:09 UTC
Fix problems discovered by numpy with type hints. (#1802)
Tip revision: 7ef68be
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