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 acae8da commit d679691Copy full SHA for d679691
.circleci/test.yml
@@ -145,7 +145,7 @@ workflows:
145
name: minimum_version_cpu
146
torch: 1.6.0
147
torchvision: 0.7.0
148
- python: 3.6.9 # The lowest python 3.6.x version available on CircleCI images
+ python: "3.7"
149
requires:
150
- lint
151
- build_cpu:
.github/workflows/merge_stage_test.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-18.04
23
strategy:
24
matrix:
25
- python-version: [3.6, 3.8, 3.9]
+ python-version: [3.8, 3.9]
26
torch: [1.8.1]
27
include:
28
- torch: 1.8.1
0 commit comments