Revision 51ba7d92d343e04d92fd5551e6cd5de5b7938e1b authored by Gustavo Carvalho on 02 September 2020, 17:56:20 UTC, committed by Gustavo Carvalho on 02 September 2020, 17:56:20 UTC
1 parent ced9428
Raw File
tests_requirements.txt
mypy
black
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