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 f0f199c commit 05c317fCopy full SHA for 05c317f
setup.py
@@ -24,7 +24,7 @@ def read(fname):
24
return open(os.path.join(os.path.dirname(__file__), fname)).read()
25
26
27
-test_dependencies = ['boto3', 'coverage', 'flake8', 'future', 'mock', 'pytest', 'pytest-cov',
+test_dependencies = ['boto3', 'coverage==6.5.0', 'flake8', 'future', 'mock', 'pytest', 'pytest-cov',
28
'pytest-xdist', 'sagemaker[local]<2', 'torch', 'torchvision', 'tox']
29
30
setup(
0 commit comments