From 49ced1e0e79783f79a2597820b08562c34696b05 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 16 Sep 2022 12:39:37 -0700 Subject: Update the tools setup.cfg for flatbuffers 2.0 Aligns with the changes to the serialization library Signed-off-by: Eric Kunze Change-Id: I3e262590e62e941c5385ad55408688dd1c20d158 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1140c9c..1e4c55d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ classifiers = [options] install_requires = numpy - flatbuffers == 1.12 + flatbuffers == 2.0 python_requires = >=3.6 include_package_data = True packages = -- cgit v1.2.1