https://github.com/GPflow/GPflow
Revision 167973b225176442496e20f7e934a504e2c5c00a authored by joelberkeley-pio on 25 February 2020, 16:13:08 UTC, committed by GitHub on 25 February 2020, 16:13:08 UTC
1 parent 7c851ec
Raw File
Tip revision: 167973b225176442496e20f7e934a504e2c5c00a authored by joelberkeley-pio on 25 February 2020, 16:13:08 UTC
Preserve types in deepcopy (#1285)
Tip revision: 167973b
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # mixture-density-network
ipywidgets  # Required by tensorflow-datasets
back to top