We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc089d9 commit 6f22abfCopy full SHA for 6f22abf
setup.py
@@ -74,7 +74,7 @@ def run(self):
74
version=VersionInfo.version,
75
description='Tensorflow to ONNX converter',
76
setup_requires=['pytest-runner'],
77
- tests_require=['graphviz', 'parameterized', 'pytest', 'pytest-cov', 'pyyaml', 'fire'],
+ tests_require=['graphviz', 'parameterized', 'pytest', 'pytest-cov', 'pyyaml'],
78
cmdclass=cmdclass,
79
packages=find_packages(),
80
author='[email protected]',
0 commit comments