Revision df64611914a9078375526b9fdab6e52b78eba262 authored by Gustavo Carvalho on 15 September 2020, 15:23:34 UTC, committed by Gustavo Carvalho on 15 September 2020, 15:23:34 UTC
1 parent 414dc29
Raw File
tests_requirements.txt
mypy
black==19.10b0
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