Skip to content

Commit 4828c5a

Browse files
committed
update flatbuffers to 2.0
1 parent 4f1bf6d commit 4828c5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pip
22
wheel
3-
flatbuffers==1.12
3+
flatbuffers==2.0
44
pytest>=4.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343

4444
install_requires=[
45-
'flatbuffers==1.12',
45+
'flatbuffers==2.0',
4646
],
4747

4848
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)