Skip to content

Commit 6d512e9

Browse files
committed
switch to 4.53.3 on CI
1 parent 5d6ba01 commit 6d512e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest]
1818
python: ['3.10', '3.11', '3.12', '3.13']
19-
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.1', 'main']
19+
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.53.3', 'main']
2020
torch: ['2.7', 'main']
2121
exclude:
2222
- python: '3.10'
@@ -28,7 +28,7 @@ jobs:
2828
- python: '3.10'
2929
transformers: 'main'
3030
- python: '3.11'
31-
transformers: '4.53.1'
31+
transformers: '4.53.3'
3232
- python: '3.11'
3333
transformers: 'main'
3434
- python: '3.13'

CHANGELOGS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Change Logs
44
0.7.6
55
+++++
66

7+
* :pr:`189`: support for task mask-generation
8+
79
0.7.5
810
+++++
911

0 commit comments

Comments
 (0)