Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored May 27, 2022
1 parent e263cad commit 75fa883
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,12 @@
'sed4onnx >= 1.0.1',
'soa4onnx >= 1.0.2',
'ssi4onnx >= 1.0.1',
'ssc4onnx >= 1.0.0',
],
extras_require = {
'full': ['onnx-simplifier'],
'full': [
'onnx-simplifier',
'rich',
],
},
)

0 comments on commit 75fa883

Please sign in to comment.