# Test-only dependencies should go here, not in setup.py pytest>4.0.0,<6.0.0 pytest-cov==2.6.1 pytest-xdist # Tests install onnx and tf2onnx, but this doesn't support tensorflow>=2.0.0 # Since we test tensorflow2.0 with python3.7, exclude it based on the python version tf2onnx>=1.5.5; python_version < '3.7'