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 2cf77ae commit ad45c9eCopy full SHA for ad45c9e
tensorflow_lite_support/tools/pip_package/setup.py
@@ -52,7 +52,9 @@
52
REQUIRED_PACKAGES = [
53
'absl-py >= 0.7.0',
54
'numpy >= 1.16.0',
55
- 'flatbuffers >= 1.12',
+ # TODO(b/187981032): remove the constraint for 2.0 once the incompatibile
56
+ # issue is resolved.
57
+ 'flatbuffers >= 1.12, <2',
58
] + SETUP_PACKAGES
59
60
project_name = 'tflite-support'
0 commit comments