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