We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d285645 commit aacc4e5Copy full SHA for aacc4e5
setup.py
@@ -50,12 +50,7 @@ def _make_required_install_packages():
50
'protobuf>=3.20.3,<5;python_version<"3.11"',
51
'pyarrow>=10,<11',
52
'pydot>=1.2,<2',
53
- 'tensorflow'
54
- + select_constraint(
55
- default='>=2.16,<2.17',
56
- nightly='>=2.17.0.dev',
57
- git_master='@git+https://github.com/tensorflow/tensorflow@master',
58
- ),
+ 'tensorflow>=2.17,<2.18',
59
'tensorflow-metadata'
60
+ select_constraint(
61
default='>=1.16.1,<1.17.0',
0 commit comments