Bump transformers to fix private model support (#611)

This commit is contained in:
Quentin Pradet 2023-09-26 16:54:23 +04:00 committed by GitHub
parent 235c490e0c
commit 9d7c042bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ extras = {
"pytorch": [
"torch>=1.13.1,<2.0",
"sentence-transformers>=2.1.0,<=2.2.2",
"transformers[torch]>=4.12.0,<=4.27.4",
"transformers[torch]>=4.31.0,<=4.33.2",
],
}
extras["all"] = list({dep for deps in extras.values() for dep in deps})