Skip to content

Commit 5c1bf60

Browse files
committed
added flatbuffers to setup.py
1 parent 3c60d92 commit 5c1bf60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
'torch',
3838
'torchvision',
3939
'onnx-tf==1.2.1',
40-
'graphviz'
40+
'graphviz',
41+
'flatbuffers'
4142
],
4243
extras_require={
4344
'dev': ['pytest']

0 commit comments

Comments
 (0)