Skip to content

Commit a5be02e

Browse files
authored
Set transformers upper bound (#1046)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> Fix #1044 for CI <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence Signed-off-by: Tcc0403 <76503978+Tcc0403@users.noreply.github.com>
1 parent 7656bcb commit a5be02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_optional_dependencies():
3232
"""Get optional dependency groups."""
3333
return {
3434
"dev": [
35-
"transformers>=4.49.0",
35+
"transformers>=4.49.0, <5.0.0",
3636
"matplotlib>=3.7.2",
3737
"ruff>=0.12.0",
3838
"pytest>=7.1.2",

0 commit comments

Comments
 (0)