https://github.com/GPflow/GPflow
Revision 66010a44f5f6d8330f817dd30bace457d0369191 authored by Vincent Dutordoir on 27 March 2020, 14:23:02 UTC, committed by GitHub on 27 March 2020, 14:23:02 UTC
* added slack badge
* prepare for release 2.0
* update contrib list 
1 parent b4168fa
Raw File
Tip revision: 66010a44f5f6d8330f817dd30bace457d0369191 authored by Vincent Dutordoir on 27 March 2020, 14:23:02 UTC
Update Readme (#1378)
Tip revision: 66010a4
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