Skip to content

Commit

Permalink
dev(hansbug): try add support of torch 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Jan 4, 2022
1 parent ff136da commit fe5f681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- '1.7.0'
- '1.8.0'
- '1.9.0'
- '1.10.0'
exclude:
- os: 'ubuntu-18.04'
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
treevalue>=1.2.0
torch>=1.3.1,<=1.9.0
torch>=1.1.0,<=1.10.0
hbutils>=0.0.1
numpy

0 comments on commit fe5f681

Please sign in to comment.