Revision 61b2e1c7b2f1630ee57734a677abffc04252da0e authored by vdutor on 10 September 2020, 13:01:56 UTC, committed by vdutor on 10 September 2020, 13:26:26 UTC
1 parent 6aee724
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