https://github.com/GPflow/GPflow
Revision 65a79e4d3e81d35ad421fe6ca3601c2046159af1 authored by st-- on 30 September 2020, 16:42:05 UTC, committed by GitHub on 30 September 2020, 16:42:05 UTC
* GPflow now includes an isort check in its CI build. Run with `make format` / `make format-check`.
1 parent d618fe5
Raw File
Tip revision: 65a79e4d3e81d35ad421fe6ca3601c2046159af1 authored by st-- on 30 September 2020, 16:42:05 UTC
isort for consistent imports (#1572)
Tip revision: 65a79e4
tests_requirements.txt
mypy
black==19.10b0
isort
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