Skip to content

Commit 4be4e0e

Browse files
committed
remove tensorflow upper limit 2.16 because it keeps us from supporting python 3.12 (refs #873)
1 parent db0a32c commit 4be4e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install_requires =
5353
pandas
5454
torch <=2.3.1 # this is temporary, see #829
5555
# tf and tfprob are required but not declared by onnx_tf
56-
tensorflow >= 2.12,<2.16
56+
tensorflow >= 2.12
5757
tensorflow_probability <0.24
5858
# https://setuptools.pypa.io/en/latest/userguide/datafiles.html#accessing-data-files-at-runtime
5959
importlib_resources;python_version<'3.10'

0 commit comments

Comments
 (0)