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 fd115d8 commit 8fad37cCopy full SHA for 8fad37c
requirements-torch.txt
@@ -1,4 +1,4 @@
1
-torch~=1.4.0
2
-torchvision~=0.5.0
3
-torchaudio~=0.4.0
4
-Pillow~=7.1.1
+torch~=1.5.0
+torchvision~=0.6.0
+torchaudio~=0.5.0
+Pillow~=7.1.2
tox.ini
@@ -6,10 +6,13 @@ deps =
6
pytest
7
pytest-xdist
8
moto
9
-commands = pytest -n 8 testing/test_awswrangler
+ -rrequirements-torch.txt
10
+commands =
11
+ pytest -n 8 testing/test_awswrangler
12
13
[testenv:py36]
14
deps =
15
{[testenv]deps}
16
pytest-cov
-commands = pytest --cov=awswrangler -n 8 testing/test_awswrangler
17
18
+ pytest --cov=awswrangler -n 8 testing/test_awswrangler
0 commit comments