Skip to content

Commit

Permalink
build: support TF 2.7 (#66)
Browse files Browse the repository at this point in the history
* fix: update mathjax config
  • Loading branch information
redeboer authored Nov 5, 2021
1 parent 61e38f8 commit ff3d898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]


mathjax_config = {
mathjax3_config = {
"tex2jax": {
"inlineMath": [["\\(", "\\)"]],
"displayMath": [["\\[", "\\]"]],
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff3d898

Please sign in to comment.