Revision 0c699fcb367aba5232ac993795cd71f26eb1c9a5 authored by vdutor on 10 September 2020, 09:56:09 UTC, committed by vdutor on 10 September 2020, 09:56:09 UTC
1 parent d43a17f
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