Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow spacy-transformers v1.3.x in transformers extra #13025

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Allow spacy-transformers v1.3.x in transformers extra
  • Loading branch information
ringohoffman committed Sep 27, 2023
commit fb7859fa406ce50f95995d562faf78d3b9fc8358
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ console_scripts =
lookups =
spacy_lookups_data>=1.0.3,<1.1.0
transformers =
spacy_transformers>=1.1.2,<1.3.0
spacy_transformers>=1.1.2,<1.4.0
ray =
spacy_ray>=0.1.0,<1.0.0
cuda =
Expand Down