update min req (#1934)

This commit is contained in:
Jirka Borovec
2020-05-25 07:43:17 -04:00
committed by GitHub
parent 6456247287
commit 033ddc0c29
4 changed files with 2 additions and 34 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python_version: [3.6, 3.7, 3.8]
pytorch_version: [1.1, 1.2, 1.3, 1.4, 1.5]
pytorch_version: [1.3, 1.4, 1.5]
steps:
- uses: actions/checkout@v2