https://github.com/GPflow/GPflow
Revision 72de787b10c0bb97f99b0447c42c0e300e8e3b36 authored by joelberkeley-pio on 30 March 2020, 17:58:43 UTC, committed by GitHub on 30 March 2020, 17:58:43 UTC
1 parent 1e936e0
Raw File
Tip revision: 72de787b10c0bb97f99b0447c42c0e300e8e3b36 authored by joelberkeley-pio on 30 March 2020, 17:58:43 UTC
rename jit to compile (#1392)
Tip revision: 72de787
tests_requirements.txt
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