https://github.com/GPflow/GPflow
Revision a198764d941687bea9a0efa74773bff804bfdb44 authored by joelberkeley-pio on 19 May 2020, 13:50:17 UTC, committed by GitHub on 19 May 2020, 13:50:17 UTC
1 parent 61f8d84
Raw File
Tip revision: a198764d941687bea9a0efa74773bff804bfdb44 authored by joelberkeley-pio on 19 May 2020, 13:50:17 UTC
enable mypy on CI (#1471)
Tip revision: a198764
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-random-order

# 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