File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 strategy :
1818 matrix :
1919 Python36Linux :
20- imageName : ' ubuntu-16 .04'
20+ imageName : ' ubuntu-18 .04'
2121 python.version : ' 3.6'
2222 Python37Mac :
2323 imageName : ' macos-10.14'
2424 python.version : ' 3.7'
2525 Python38Linux :
26- imageName : ' ubuntu-16 .04'
26+ imageName : ' ubuntu-18 .04'
2727 python.version : ' 3.8'
2828 Python38Mac :
2929 imageName : ' macos-10.14'
Original file line number Diff line number Diff line change 11spacy >= 3.0.0 ,< 4.0.0
2- transformers >= 3.4.0 ,< 4.7 .0
2+ transformers >= 3.4.0 ,< 4.9 .0
33torch >= 1.5.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.0.0,<4.0.0
31- transformers>=3.4.0,<4.7 .0
31+ transformers>=3.4.0,<4.9 .0
3232 torch>=1.5.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