swh:1:snp:113e0d8808e105eb566c9d05408130c56b3172e3
Raw File
Tip revision: 672f8e2399ad246edf438c119217995a8c420f5e authored by Jesper Nielsen on 25 April 2022, 13:26:20 UTC
Fix problems with different versions of Python and Numpy. (#1859)
Tip revision: 672f8e2
tests_requirements.txt
mypy
black==20.8b1  # Use old version of black, because newer version is incompatible with our TF 2.4.
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist
codecov
types-pkg_resources
types-tabulate
types-Deprecated

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets

# For documentation
ipython
jupytext
nbsphinx
pandoc
pydata-sphinx-theme
sphinx
sphinx-autoapi
sphinxcontrib-bibtex
sphinx_autodoc_typehints

# Not used directly, but at the time of this writing `Jinja2` 3.1.0 breaks our notebooks.
Jinja2<3.1.0
# Not used directly, but at the time of this writing `click` 8.1.0 breaks `black` 20.8b1.
click<8.1.0
back to top