Revision cc1027160395b98ea1aeeeddbb658286e59598a0 authored by Gustavo Carvalho on 05 October 2020, 13:02:59 UTC, committed by Gustavo Carvalho on 05 October 2020, 13:02:59 UTC
1 parent b74e19e
Raw File
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