Skip to content

Commit

Permalink
Avoid transformers 4.38.1 in cross-version tests (mlflow#11221)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <[email protected]>
Signed-off-by: Arthur Jenoudet <[email protected]>
  • Loading branch information
harupy authored and artjen committed Mar 26, 2024
1 parent 6dfffce commit d469dfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,11 @@ transformers:
models:
minimum: "4.25.1"
maximum: "4.37.1"
unsupported: [
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
"4.38.1",
]
requirements:
">= 0.0.0": [
"datasets",
Expand Down Expand Up @@ -548,6 +553,11 @@ transformers:
autologging:
minimum: "4.25.1"
maximum: "4.37.1"
unsupported: [
# Avoid this patch: https://github.com/huggingface/transformers/pull/29032
"4.38.0",
"4.38.1",
]
requirements:
">= 0.0.0":
[
Expand Down

0 comments on commit d469dfb

Please sign in to comment.