https://github.com/GPflow/GPflow
Revision 3ea8731889acd0879b081403e642cf93b3b7c976 authored by Vatsal Aggarwal on 18 February 2021, 16:29:39 UTC, committed by GitHub on 18 February 2021, 16:29:39 UTC
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 406d2d0
Raw File
Tip revision: 3ea8731889acd0879b081403e642cf93b3b7c976 authored by Vatsal Aggarwal on 18 February 2021, 16:29:39 UTC
Compatibility between Monitor API and SciPy optimizer (#1642)
Tip revision: 3ea8731
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
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