https://github.com/GPflow/GPflow
Revision 4682722505be781a44718df105dec7c4b0758785 authored by Vincent Dutordoir on 14 August 2020, 09:53:16 UTC, committed by GitHub on 14 August 2020, 09:53:16 UTC
* Update to not use custom image

* Add test requirements
1 parent 79b1a0b
Raw File
Tip revision: 4682722505be781a44718df105dec7c4b0758785 authored by Vincent Dutordoir on 14 August 2020, 09:53:16 UTC
Update to not use custom image (#1545)
Tip revision: 4682722
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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