https://github.com/GPflow/GPflow
Revision 79b1a0b03cdd01dd2231ce2e62d3542675d947ab authored by joelberkeley-pio on 13 August 2020, 12:09:56 UTC, committed by GitHub on 13 August 2020, 12:09:56 UTC
1 parent f9eb123
Raw File
Tip revision: 79b1a0b03cdd01dd2231ce2e62d3542675d947ab authored by joelberkeley-pio on 13 August 2020, 12:09:56 UTC
check dependency versions are valid on CI (#1536)
Tip revision: 79b1a0b
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-random-order
pytest-xdist  # for local tests only

# 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