swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: cc1027160395b98ea1aeeeddbb658286e59598a0 authored by Gustavo Carvalho on 05 October 2020, 13:02:59 UTC
testing HeteroskedasticGaussian likelihood from varying_noise notebook
Tip revision: cc10271
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