Skip to content

Commit fe5f681

Browse files
committed
dev(hansbug): try add support of torch 1.10
1 parent ff136da commit fe5f681

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- '1.7.0'
2626
- '1.8.0'
2727
- '1.9.0'
28+
- '1.10.0'
2829
exclude:
2930
- os: 'ubuntu-18.04'
3031
python-version: '3.9'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
treevalue>=1.2.0
2-
torch>=1.3.1,<=1.9.0
2+
torch>=1.1.0,<=1.10.0
33
hbutils>=0.0.1
44
numpy

0 commit comments

Comments
 (0)