File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ jobs:
1717 strategy :
1818 matrix :
1919 Python36Linux :
20- imageName : ' ubuntu-18.04 '
20+ imageName : ' ubuntu-latest '
2121 python.version : ' 3.6'
2222 Python37Mac :
23- imageName : ' macos-10.14 '
23+ imageName : ' macos-latest '
2424 python.version : ' 3.7'
2525 Python37Windows :
26- imageName : ' vs2017-win2016 '
26+ imageName : ' windows-latest '
2727 python.version : ' 3.7'
2828 Python38Mac :
29- imageName : ' macos-10.14 '
29+ imageName : ' macos-latest '
3030 python.version : ' 3.8'
3131 Python39Linux :
32- imageName : ' ubuntu-18.04 '
32+ imageName : ' ubuntu-latest '
3333 python.version : ' 3.9'
3434 Python39Windows :
35- imageName : ' vs2017-win2016 '
35+ imageName : ' windows-latest '
3636 python.version : ' 3.9'
3737 maxParallel : 4
3838 pool :
Original file line number Diff line number Diff line change 11spacy >= 3.1.3 ,< 4.0.0
2- transformers >= 3.4.0 ,< 4.12 .0
2+ transformers >= 3.4.0 ,< 4.13 .0
33torch >= 1.6.0
44srsly >= 2.4.0 ,< 3.0.0
55dataclasses >= 0.6 ,< 1.0 ; python_version < "3.7"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ include_package_data = true
2828python_requires = >=3.6
2929install_requires =
3030 spacy>=3.1.3,<4.0.0
31- transformers>=3.4.0,<4.12 .0
31+ transformers>=3.4.0,<4.13 .0
3232 torch>=1.6.0
3333 srsly>=2.4.0,<3.0.0
3434 dataclasses>=0.6,<1.0; python_version < "3.7"
You can’t perform that action at this time.
0 commit comments