Skip to content

Commit bcefe42

Browse files
committed
change specs
1 parent ee26ffc commit bcefe42

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-20.04, macOS-10.15, windows-2019]
17-
python-version: [3.6, 3.7, 3.8, 3.9]
18-
pytorch-version: ["1.7.0", "1.8.0", "1.9.0", "1.10.0", "1.11.0"]
17+
python-version: [3.8, 3.9]
18+
pytorch-version: ["1.7.0", "1.8.0", "1.9.0", "1.10.0"]
1919

2020
steps:
2121
- name: Checkout

stochman/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from multiprocessing.sharedctypes import Value
21
import torch
32

43

0 commit comments

Comments
 (0)