Skip to content

Commit 8fad37c

Browse files
committed
Bumping PyTorch libs versions
1 parent fd115d8 commit 8fad37c

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

requirements-torch.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch~=1.4.0
2-
torchvision~=0.5.0
3-
torchaudio~=0.4.0
4-
Pillow~=7.1.1
1+
torch~=1.5.0
2+
torchvision~=0.6.0
3+
torchaudio~=0.5.0
4+
Pillow~=7.1.2

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ deps =
66
pytest
77
pytest-xdist
88
moto
9-
commands = pytest -n 8 testing/test_awswrangler
9+
-rrequirements-torch.txt
10+
commands =
11+
pytest -n 8 testing/test_awswrangler
1012

1113
[testenv:py36]
1214
deps =
1315
{[testenv]deps}
1416
pytest-cov
15-
commands = pytest --cov=awswrangler -n 8 testing/test_awswrangler
17+
commands =
18+
pytest --cov=awswrangler -n 8 testing/test_awswrangler

0 commit comments

Comments
 (0)