From 39ad9397253c1d155a2277a15ebf324f267dd88a Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 6 Jun 2022 11:06:23 -0700 Subject: Switch reference model to flatbuffers 1.12 Signed-off-by: Eric Kunze Change-Id: Ibd12e3cbf327dc72bc0ba0f66ab4294ce2bbcb0f --- setup.cfg | 2 +- thirdparty/serialization_lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7a6026c..369d139 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ classifiers = [options] install_requires = numpy - flatbuffers == 2.0 + flatbuffers == 1.12 python_requires = >=3.6 packages = runner diff --git a/thirdparty/serialization_lib b/thirdparty/serialization_lib index 7be7165..ae906de 160000 --- a/thirdparty/serialization_lib +++ b/thirdparty/serialization_lib @@ -1 +1 @@ -Subproject commit 7be7165ca5168d768a08841658c805dd1bda49c7 +Subproject commit ae906de847e225cd0ae44f25bb21fc228707bc4d -- cgit v1.2.1