Skip to content

Commit b63f878

Browse files
authored
Pin flatbuffers to <2.0 (#648)
1 parent 02ea45b commit b63f878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_version_number(default):
4040
ext_modules=ext_modules,
4141
url="https://larq.dev/",
4242
install_requires=[
43-
"flatbuffers>=1.12",
43+
"flatbuffers>=1.12,<2.0",
4444
"packaging>=19",
4545
"tqdm>=4",
4646
"importlib-metadata ~= 2.0 ; python_version<'3.8'",

0 commit comments

Comments
 (0)