From ff3d8982cbb2d16f49b0afd80fe2a348827f1f89 Mon Sep 17 00:00:00 2001 From: Remco de Boer Date: Fri, 5 Nov 2021 11:32:13 +0100 Subject: [PATCH] build: support TF 2.7 (#66) * fix: update mathjax config --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7955ef32..88dae65b 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ ] -mathjax_config = { +mathjax3_config = { "tex2jax": { "inlineMath": [["\\(", "\\)"]], "displayMath": [["\\[", "\\]"]], diff --git a/setup.cfg b/setup.cfg index 3a5d7a3b..434465af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ packages = find: setup_requires = setuptools_scm install_requires = - tensorflow>=2.5,<2.7 # tensorflow.experimental.numpy + tensorflow>=2.5,<2.8 # tensorflow.experimental.numpy tensorflow_probability>=0.11 python_requires = >=3.6 include_package_data = True