Skip to content

Commit ee49c5c

Browse files
authored
Merge pull request #335 from ParagEkbote/remove-transformers-version-constraint
Remove Version Constraint for Transformers
2 parents da46206 + 1e869a3 commit ee49c5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/transformers.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
pip install git+https://github.com/optuna/optuna.git
3131
python -c 'import optuna'
3232
33-
# TODO(c-bata): Remove the version constraint after fixes https://github.com/optuna/optuna-examples/issues/331
34-
pip install "transformers<4.57.0"
3533
pip install -r transformers/requirements.txt
3634
- name: Run examples
3735
run: |

0 commit comments

Comments
 (0)