require_version wrapper which emits a core-specific hint on failure
(requirement)
| 111 | |
| 112 | |
| 113 | def require_version_core(requirement): |
| 114 | """require_version wrapper which emits a core-specific hint on failure""" |
| 115 | hint = "Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main" |
| 116 | return require_version(requirement, hint) |
no test coverage detected
searching dependent graphs…